how do you make the sprite STOP when they touch a wall?????????????
Offline
Well, depends if the wall is an image or a sprite.
Here's code for black walls, and for a wall sprite.
when gf clicked forever if <not<touching color [#000000]?>> move end end when gf clicked forever if <not<touching [wall]?>> move end end
Offline