I'm having problems making multiple enemies in a side scrolling platformer game. I made a Family and grouped together the same kind of enemies and placed 2 in the Layout. They both seem to go only one direction even if I'm right between them (They're both going left even when the other is supposed to go right).
Their behaviors are Platform and Bullet. I use Platform in the Event to move them around (SIMULATE PRESSING). Is there a better way to have more than one enemy of the same type on screen at the same time?