Hello,
I have been working on my game for a few days now and have gotten pretty far thanks to all the tutorials/samples. but I am stuck!!
Platform movement
-Have player with platform movement
-instance variable - "move" (set to true)
1.On right arrow down & player is "move- simulate platform pressing right
2.On collision - set move to false.
Shouldn't this stop event 1 from occurring? One of the conditions is false but it still lets me move right.