Pages: 1
Topic closed
So I'm making a sort of Street Fighter game. I want to make a screen where you can choose your characters and the stages. So far I have 3 characters and Player 1 and Player 2. Also, how can I make it when a character is selected for Player 1 or 2 for the Player 1 or 2 to retain the same moves and information as the character? Please help!
Offline
When start clicked.
Forever
if <(character #) = (1) >
[Do his moves.]
if <(character #) = (2) >
[Do his moves.]
When Character 1 button pressed.
[set [character^] to (1)]
When Background 1 button pressed.
[Broadcast [background1^] ]
on stage...
When I recieve [background1^]
Switch to costume [1^]
and so on...Hope this helped!
Last edited by LordSydney (2011-05-28 22:06:48)
Offline
Thanks so much! This will really help me!
Offline
Topic closed
Pages: 1