My new project has a sprite with a set xy starting postition. In scratch it works fine, but when I play it in the web site the sprite drifts out of its y and floats up.... I'm just not seeing where I may need to make a change or correction
http://scratch.mit.edu/projects/keithbraafladt/28434
Thanks
Keith
Offline
How very odd. I think this may be related to another problem I read about - that of the screen online being fractionally smaller. As a result, your shark is bouncing off the bottom edge.
Try setting the sharks Y to slightly higher, say -150.
If that doesn't work, you may need to change the "bounce" to something else.
Leave the forever - move 6 steps, remove the bounce.
Add a new forever under a green flag.
Forever
- if ABS(x)>230
- - turn 180 degrees
- - wait until (ABS(X) <230
Offline
Ive been looking at it - can't figure it out!!!
Offline