My maze is working fine on strach program but I am having trouble playing with it on the internet
Offline
It looks like there are a couple of problems:
1. The saying "You Loose" is not getting cleared at startup. This can be fixed by putting a Say block with nothing in it where you intialize the position.
2. The motion of the sprite is locking up after a little while. I think you might just be overwhelming the processor with too many Glide statements at once. I tried a different approach using Move at this link that seems to work okay.
http://scratch.mit.edu/projects/Paddle2SeeFixIt/211669
Offline