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

#1 2010-08-10 09:51:41

brinkbrink
Scratcher
Registered: 2010-07-14
Posts: 1000+

Making levels

Hi,  I am making a game and was needing to know how to make more than one level when touching another sprite. Can I please have some help?   hmm


New sig coming soon.

Offline

 

#2 2010-08-10 10:31:33

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Making levels

Well, you have to make the level before hand, that way, when you touch a certain sprite, it changes.  Put something like this in your player:
If <touching(goal)>
   Change (level) by (1)
   Go to x: starting x; y: starting y

and then this in your level/background:
Set (level) to (1)
Forever
Switch to costume (level)

Is this what you were looking for?


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#3 2010-08-10 10:39:35

brinkbrink
Scratcher
Registered: 2010-07-14
Posts: 1000+

Re: Making levels

Yes, that is exactly what I was looking for. Thank so much!   big_smile


New sig coming soon.

Offline

 

Board footer