Hi im pretty new to scratch and wondered if anyone could help with my program i made.
Basically it's a flying helicopter game where you must avoid the walls in order to progress.
I have worked well so far, but i have hit a standstill.
The random blocks seem to stop after one cycle along the screen and im quite confused.
Id apprecoate it if someone could tell me how to fix this problem
many thanks in advance
(here is the project file)
http://www.zshare.net/download/808607209e9707b7/
Offline
I'd appreciate it if you would upload the project, because this just won't load on my computer.
-12three-
Offline
do you have the repeat or forever yellow blocks around the script?
Offline
Oh, and as for your question - I think I've found what's happened. Basically, you're moving the sprite by 2, and telling it to return to a certain position after it reaches -237. But you're sending it, after the first time, to a place where, if it continues to move by -2, it will never reach - it'll just skip right over it.
Offline
Try this:
http://scratch.mit.edu/projects/12three_test/1321230
-12three-
Offline