I am working on a catapult game, but I've run into a slight problem. The catapult rotates according to the mouse and it works great, but, I want it to not be able to move right if the right side's touching the ground and vice-versa.
Can I do that with one sprite?
Offline
I think this should work (make the right sided a different colour:
When flag clicked
If not colourofrightofcatapult touching groundsprite/colour of ground
Point towards mouse pointer
Else
nothing
End if
Offline