heXX wrote:
im going to make a maze game but i go through . help, please
what do you need help with? movement? level change?
Offline
You mean go through the walls? I'll need to see your scripts but pretty much all you need to do is ad this inside every arrow script:
change (x,y) by (desired amount)
if <touching color (maze color)>
change (x,y) by (desired amount x -1)
end if
Offline