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

#1 2011-09-11 00:13:02

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

please help

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

 

#2 2011-09-11 00:39:05

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: please help

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)


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#3 2011-09-11 01:03:07

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

Re: please help

thankyou so much

Offline

 

#4 2011-09-11 01:19:31

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: please help

pinipy wrote:

thankyou so much

You're welcome  smile

Enjoy using Scratch!  big_smile

Don't forget to check out the Scratch Wiki for help on any particular topic!


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#5 2011-09-11 01:31:46

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

Re: please help

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

 

#6 2011-09-11 03:01:52

JJROCKER
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: please help

pinipy wrote:

and can you upload a scratch thging to your website? if so how.

It would have to be a special site. Read up on the scratch wiki.


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://img255.imageshack.us/img255/3491/signature1y.jpg&amp;link2=http://img577.imageshack.us/img577/5272/signature1sx.jpg&amp;link3=http://img4.imageshack.us/img4/8514/signature1et.jpg&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://img163.imageshack.us/img163/4640/jjrockerfinal.jpg

Offline

 

#7 2011-09-11 08:07:58

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: please help

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

 

Board footer