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

#1 2010-06-12 21:42:05

scratchU8
Scratcher
Registered: 2009-09-08
Posts: 100+

Scripts for leveling up?

I'm trying to make a Choa game where you level up your choa so he can win races, and beat people in karate. Anyone know the script and/or scripts so I can do that? Plz send it to me, or put the scripts in your project, please. (The blocks on the scratch forum thing will work, too.)

Offline

 

#2 2010-06-12 23:35:50

cooljj100
Scratcher
Registered: 2009-10-10
Posts: 55

Re: Scripts for leveling up?

<when green flag clicked>
<forever>
<if><( <{ level up condition}> <=> true )>
<change{ level }by( 1)
<end>
<switch to costume[ <{ level }>]
<end>


Summertime is almost here!
My Stuff

Offline

 

#3 2010-06-13 07:00:24

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

Re: Scripts for leveling up?

If cooljj100's answer is too confusing, try this one:
When flag clicked,
forever:
if exp=100
change level by 1
switch to costume level

No offense cooljj100!


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

 

#4 2010-06-14 13:47:44

scratchU8
Scratcher
Registered: 2009-09-08
Posts: 100+

Re: Scripts for leveling up?

Cool! both of yours worked!

Offline

 

Board footer