Hi, I am just learning how yo use scratch yet I have a game due very soon. I have a problem; one of my stages keep showing up throughout my game yet it is only set to be in one spot. I have downloaded my game to mediafire; if anyone can download it and tell me whats wrong with my file I'd be very happy!
- Link: http://www.mediafire.com/?7ws1m3d56nifmij
- Password: hi
You'll notice the 'bug' in the left corner at the start of the game - it is a blue blotch!
Offline
Ah, your problem is that it's showing a bit despite being off stage because of the way Scratch handles off stage objects. You should modify your script for it bit by adding this inside the forever block:
If x > -970 or x < -1930 hide else show End if
Offline