I am doing a Kirby Super Star Ultra game and I need to make a title for it, but I'm not sure how to.
Offline
1) Make a background with your title on.
2) Make a play button as a sprite.
3) Put this script in your background:
when gf clicked switch to background [title v]4) Put this script in your play sprite:
when gf clicked show5) Put this script in your play sprite:
when play clicked broadcast [play v]6) Make the game start scripts start with:
when I receive [play v]
Last edited by JH1010 (2012-07-29 12:46:35)
Offline
Thanks.
Offline