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

#1 2010-10-19 20:03:39

Bleach_Fanatic16
New Scratcher
Registered: 2010-10-19
Posts: 6

How do i change the level?

how do i change the level when my character reaches the end of the maze?  the goal is to reach something at the end. what do i do once it hits it?? i could really appreciate the help.thanks!  big_smile

Offline

 

#2 2010-10-19 20:11:20

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: How do i change the level?

[blocks]<when green flag clicked>
<forever>
<if><touching[ sprite
<broadcast[ new level

<when I receive[ new level
<switch to costume[ blah[/blocks]


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#3 2010-10-19 20:23:58

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: How do i change the level?

Adding on to soupoftomato's solution a bit:

In the sprite:

http://i56.tinypic.com/b9ehjp.gif

In the stage:

http://i52.tinypic.com/2gsk4zl.gif

This is assuming the mazes are part of the stage background, and each level is a different background.


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#4 2010-10-19 20:34:04

Bleach_Fanatic16
New Scratcher
Registered: 2010-10-19
Posts: 6

Re: How do i change the level?

thank you!!!  smile

Offline

 

#5 2010-10-19 22:16:54

scratch_yoshi
Scratcher
Registered: 2009-06-12
Posts: 1000+

Re: How do i change the level?

...So it's resoved?


Retired from Scratch, but just the language itself. Not the forums.

Offline

 

Board footer