I'm using the MMF2 demo right now and when I move my sprite
To go to the next level and I continue to hold down the arrow key, MMF won't load the next level until I let go of the key.
It doesn’t do this if I make an event like this:
+Player presses "M"
-Next frame
Even If I hold “M” down.
But if I do this:
+Player presses "Down arrow"
-Next frame
It won’t load until I let go of the key it just freezes up...
Anyone else notice this?
(It doesn’t happen to me in 1.5)