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

#1 2008-10-10 15:12:08

redrhino
Scratcher
Registered: 2008-10-10
Posts: 1

how do i

how do i make it so that when i hit something the stage changes

Offline

 

#2 2008-10-10 15:34:42

aolivier
Scratcher
Registered: 2008-09-04
Posts: 23

Re: how do i

You could use broadcast

for instance, when sprite a hits sprite b,

you could say

if (sprite a is touching sprite b)
broadcast "stageswitch"

and then go to stage scripts and say

when i receive "stageswitch"
switch costume


sorry i didn't write it in blocks...it takes me forever!

Offline

 

#3 2008-10-10 15:35:19

Zelda123
Scratcher
Registered: 2007-11-21
Posts: 1000+

Re: how do i

Forever if touching <something>
Change <stage> by 1


And on the stage:

Forever set costume to stage

Offline

 

Board footer