Hi, I am making a game and was needing to know how to make more than one level when touching another sprite. Can I please have some help?
Offline
Well, you have to make the level before hand, that way, when you touch a certain sprite, it changes. Put something like this in your player:
If <touching(goal)>
Change (level) by (1)
Go to x: starting x; y: starting y
and then this in your level/background:
Set (level) to (1)
Forever
Switch to costume (level)
Is this what you were looking for?
Offline
Yes, that is exactly what I was looking for. Thank so much!
Offline