Hi i have a question (whats new) I want to be able to press a button bmp and it should then show a pic, hit it again and it should show the next pic. This is so people can select a set number of ships before heading off into combat, so they shall have a choice of what kind of fleet they want. The pics will have a text writeup, speed strength and such so they would make up fleets of a mixture of fast attacks and capital ships.
so here is the panel code were about should i start to get what i want

[/code]
panel cards_selected
{
bmap = map_2;
window(680,50,250,250,map_3,250,250);
button = 760,300,but_1,but_2,but_1,null,null,null;///accept the ship to your fleet
button = 860,300,map_4,map_5,map_4,null,null,null;///scroll images right
button = 710,300,map_6,map_7,map_6,null,null,null;///scroll images left
button = 760,680,but_1,but_2,but_1,accept_choices,null,null;///launch the game
flags = overlay;
}
[/code]