could you please help me with the following:
after the two people appear i need a cloud sprite to say click a player, then when you click the player the player that you dont clik dissipears and the real game begins, which is coins falling from a tree and the player has a basket and you have to use the left and right arrows to move the player thenm if you miss a coin it is game over and the whole thing starts from the title page (play game)
and can you upload a scratch thging to your website? if so how.
Offline
To upload, click Share (next to edit and help) and then "Share this project online".
Anyway, to select a character, I'd have the following:
Character 1:
<when[ character1 ]clicked>
<set{ character }to( 1 )>
<broadcast[ one ]and wait c>
<broadcast[ begingame ]>
<when I receive[ two ]>
<hide>
And for Character 2:
<when[ character2 ]clicked>
<set{ character }to( 2 )>
<broadcast[ two ]and wait c>
<broadcast[ begingame ]>
<when I receive[ one ]>
<hide>
Last edited by MoreGamesNow (2011-09-11 09:25:40)
Offline
The advantage to the above post (compared to a similar but simpler answer given by someone else) is that you can incorporate the variable "character" into the movement scripts so the unselected character can't move.
Offline