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

#1 2009-03-23 10:10:20

Normanl09
Scratcher
Registered: 2009-02-10
Posts: 1

Level changing by score

ok so im making this game for a after school thing and im trying to get the leve to change by what the score is....is there anyway to do that because i cant seem to get it to work

Offline

 

#2 2009-03-23 18:33:52

Lanie
Scratcher
Registered: 2008-02-03
Posts: 1000+

Re: Level changing by score

One of the best games of Hangman I have ever played!

Offline

 

#3 2009-03-23 18:52:30

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: Level changing by score

well you could do something like

<when green flag clicked>
<set{ lvl }to( 1
<forever>
<if><(<{ score }>  <=> 5 )>
<set{ lvl }to( 2
<if><(<{ score}>  <=> 10)>
<set{ lvl }to( 3
<if><(<{ score }>  <=> 15 )>
<set{ lvl }to( 4


ect. ect

Last edited by bosox397 (2009-03-23 18:55:20)


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

Board footer