Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make something level-specific???
- Gamergalaxy6898
-
Scratcher
23 posts
How to make something level-specific???
Go into my profile and go into my games. Click on Untitled Bouncing Robot Game Thing. Read the description, then you'll see my problem. Sorry I can't explain the problem here, I dont have much time.
- abcde1234qwe
-
Scratcher
500+ posts
How to make something level-specific???
Remove these blocks and it should be fixed.
when [x v] key pressed
create clone of [myself v]
wait (0.5) secs
- MaterArc
-
Scratcher
500+ posts
How to make something level-specific???
You could make a variable to keep track of the level and make it change based on the level. Then you could use the code as follows:
when green flag clicked
if <[level] = [Insert Number Here]> then
Do whatever you want to do!
end
- Discussion Forums
- » Help with Scripts
-
» How to make something level-specific???