It's not something you do when beginning with game developing. It will take a lot to understand the process if that's your very first experience.
I can only give you a tip that if you want one object (enemy sprite) to have different actions that would depend on his own condition and interaction with the player you should use "For each" condition (In system) often in combination with the unique identification variable for each enemy (If your enemy build of few sprites for example).