how do i make one sprite not be able to pass through another? kind of like a person cant run through a pole lol
Offline
when gf clicked forever set [last x pos v] to (x position) set [last y pos v] to (y position) move (1) steps // replace with your moving code if <touching [wall sprite v]?> go to x: (last x pos) y: (last y pos) end
Offline