Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Level system
- CS-Studios
-
100+ posts
Level system
In, say, Call of Duty, there is a “level” system where you have to complete a quota to get to the next level…I was wondering how to make that on Scratch!
Last edited by CS-Studios (June 18, 2013 05:02:04)
- drmcw
-
1000+ posts
Level system
when I receive change quota
change quota by 1
if quota > {whatever number you want}
set quota to 0
broadcast next level
where quota is a variable and whenever you want to change it call broadcast change quota
could be one way of doing it?
change quota by 1
if quota > {whatever number you want}
set quota to 0
broadcast next level
where quota is a variable and whenever you want to change it call broadcast change quota
could be one way of doing it?
Last edited by drmcw (June 18, 2013 10:32:32)
- Discussion Forums
- » Help with Scripts
-
» Level system