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

#1 2010-06-09 13:54:59

Exterminate
Scratcher
Registered: 2010-06-09
Posts: 7

How Do You Make Levels In Games?

The title says it all!

Offline

 

#2 2010-06-09 14:15:54

GarSkutherGirl
Scratcher
Registered: 2009-04-27
Posts: 1000+

Re: How Do You Make Levels In Games?

Doh, you beat me to it! XD


Oh, the glory of it all - adorable cat people dressed as video game characters!
http://fc05.deviantart.net/fs71/f/2011/311/8/b/look_in_the_description_for_the_actual_epicness__by_garskuthergirl-d4fggrw.pnghttp://fc02.deviantart.net/fs70/f/2011/311/d/c/ahahahaha______by_garskuthergirl-d4fgc04.png

Offline

 

#3 2010-06-09 14:37:42

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: How Do You Make Levels In Games?

Well normally you'd use broadcasts or a variable to change settings depending on the broadcast/variable


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#4 2010-06-11 07:11:37

helltank
Scratcher
Registered: 2010-05-21
Posts: 1000+

Re: How Do You Make Levels In Games?

Normally I use a variable called Level, then you can add scripts like, If Ball touches green, change level by one. When green flag clicked, forever: If level=3, change stage costume to level 3 and so one hope this helps  smile


Error:Signature could not load. Please wait for an indefinite amount of time, until you realize you're gullible and go off to look for another potentially interesting signature to stare at.

Offline

 

#5 2010-06-13 11:18:28

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: How Do You Make Levels In Games?

You can use a broadcast to change levels, like this:
when ball is touching green, broadcat 'next level'
when i recieve 'next level', go to x: 0 y: 0

and so on.

although, next time you have a question like this, post it in the 'all about scratch' forums.

Last edited by LS97 (2010-06-13 11:19:01)

Offline

 

Board footer