if you have a sprite called play and another one called rules and you click rules then you click play and you have to choose a charecter how do you hide the charecter untill you click play? plus if there's two charecters how do you make one dissipear once you've clicked the other one?
Offline
How to hide a character until play clicked? Put this script on the character
[blocks]<when green flag clicked>
<hide>[/blocks]
Then put this on the play button.
[blocks]<when[ play ]clicked>
<broadcast[ show ]>[/blocks]
Then, put this on the character
<when I receive[ show]>
<show>
Last edited by jji7skyline (2011-09-11 00:39:13)
Offline
pinipy wrote:
thankyou so much
You're welcome
Enjoy using Scratch!
Don't forget to check out the Scratch Wiki for help on any particular topic!
Offline
also 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
player1:[blocks]<when[ Player1 ]clicked>
<broadcast[ player2 hide]
player2:
<when I receive[ player 2 hide]
<hide>
player2:<when[ Player2 ]clicked>
<broadcast[ player1 hide]
player1:
<when I receive[ player1 hide]
<hide>[/blocks]
Offline