How do I make the same copy of an enemy but still have them do their own thing,
Like a separate mind from others.
Otherwise, having multiple enemies on screen at once, moving and all, not in unison.
Develop games in your browser. Powerful, performant & highly capable.
Make sure you reference the enemy you want to respond to the action in the event..
Create a variable in the enemy sprite called instance and make it different for each one, then make a sub-event with the condition is enemy 'instance' 1 and so on...