Absolutely love the program by the way, am so glad I found it.
I am having trouble phrasing my issue, so I will just say what I want to happen...
-----------------------
(keyboard) space pressed
+ (sprite position) X=74 -then- (set sprite position) X=88 Y=274
(keyboard) space pressed
+ (sprite position) X=88 -then- (set sprite position) X=69 Y=127
(keyboard) space pressed
+ (sprite position) X=69 -then- (set sprite position) X=476 Y=195
------------------------
So I want to press the space bar and have the sprite reposition, then hit space bar again and have the sprite reposition again. Right now If I hit space bar it skips the middle step and jumps to the final position (if I disable the final event, it repositions correctly to the 2nd event).
I am not sure what more I need to do. Thank you!