Does anyone have any ideas why the sensing on this project: http://scratch.mit.edu/projects/Dan_Test/351910 doesn't work online. Offline it works perfectly but online the sprite doesn't even move. The sensor doesn't even change direction.
Any help would be great.
Offline
I think the problem is that the term Direction is both a Scratch keyword and a variable in your program. Can you change the name of your Direction variable to something else?
Offline
Digimath wrote:
I think the problem is that the term Direction is both a Scratch keyword and a variable in your program. Can you change the name of your Direction variable to something else?
Hm... that might work. I'll try it in a minute.
Offline