This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-09-11 02:07:39

pinipy
New Scratcher
Registered: 2011-09-11
Posts: 8

please help me

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

 

#2 2011-09-11 09:25:23

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: please help me

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)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#3 2011-09-11 09:27:45

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: please help me

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.


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer