Page 1 of 1

How do you make a start up menu !!!!!

PostPosted: Sun Aug 19, 2007 4:05 pm
by King Work
show me in pictures if possible

thank you 8) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

:P :P :P :P :P :P :P :P :P

how to make a start menu

PostPosted: Sun Aug 19, 2007 6:27 pm
by Wolly08
make the PLAY text and add mouse button down "left" create actor (your game)
mouse buttin down "left" destroy actor (your PLAY button)
sorry it would take loads of picks :( :(

.

PostPosted: Mon Aug 20, 2007 3:57 am
by zbulletproofz
thank you for the descritpion, i understand it now

.

PostPosted: Mon Aug 20, 2007 4:16 am
by zbulletproofz
actually, what if i did a new game for the menu and then when "PLAY" is selected the code
Code: Select all
 Loadgame ("GAME'S NAME")
or something like that code?

i think so

PostPosted: Mon Aug 20, 2007 3:33 pm
by Wolly08
yeah im sure that would work try it out :D :D

.

PostPosted: Mon Aug 20, 2007 8:14 pm
by zbulletproofz
it loads the game but it only loaded the charecters, it left out the platform and the rest

oh

PostPosted: Mon Aug 20, 2007 8:16 pm
by Wolly08
:? hmm im sorry i dont know how to fix that but you could try creating the background ect as i said in the 2nd post that may work :? :?

PostPosted: Mon Aug 20, 2007 10:00 pm
by 98700
ok a good way to do this is just to make the menu in a diferent location than the game. then make a script to move the view to ur game like "
Code: Select all
x.view -=600;
" that would make the screen move 600 pixels to the left.