1/ if you set the deceleration to zero ... there is nothing that stops it ... it keeps going ..
(you do that also with the players shadow in event 55, i did't check further, also in that event ... facing is incorrect .. had to temper that event first to see whats happening with the foe's shadow)
2/ in event 9 you did't pick the correct foe's shadow, there is always a foe with alt = zero
3/ in event 9 .. an 'else' (else runs when the parent event did not run) ... an 'else' that is supposed to make another picklist .. MUST pick ....
So, this 'else' should be ....
Else
Alt =not zero <----- picks the others
___________ actions
4/ because you got to pick the right one, and that is key, i moved things to the collision event.
5/ I dont think that is exactly what you want, but it should have you going again. Mind the picking ! Keep in mind that the first condition (in a root event) picks from scratch and the follow sub/conditions only refine that picklist.
https://www.dropbox.com/s/1jgjvvbqfjozf ... .capx?dl=0
If this are your first steps in C2, i applaud you. Really. I would not have come this far at all.
Just ask if you have questions.
6/ user browser object to debug (open up the console in chrome to see it working)