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

#1 2012-04-04 12:47:44

nolly999
New Scratcher
Registered: 2012-04-04
Posts: 1

help

how do you make somehing that you can click and it will take you to somethinng ele???

Offline

 

#2 2012-04-04 12:59:07

zammer990
Scratcher
Registered: 2012-01-22
Posts: 500+

Re: help

when [sprite] clicked  // script for the clicked object
   broadcast [change]

when I receive [change]  //script for the stage/changing object
   switch to background[background2] 


http://i45.tinypic.com/2ynq7nn.jpg Play now!

Offline

 

#3 2012-04-06 22:07:49

SOScratch
Scratcher
Registered: 2010-02-01
Posts: 100+

Re: help

On The Sprite:

when [sprite 1] clicked
broadcast [change v]
Then on to the stage:

when gf clicked
switch to background [background 1 v]
When I receive [change v]
switch to background [background 2 v]

Last edited by SOScratch (2012-04-06 22:08:23)


-SOScratch
Scratch On!

Offline

 

Board footer