Spawn enemies at certain point
allc1865
Member, PRO Posts: 777
When my player hits a certain point, I'd like for my enemies to then spawn up ahead.
When having an rule in an actor that says, When actor overlaps or collides with player, spawn enemies, it will then spawn them right there, which I don't want. I wanted them to be up ahead from the player.
Any help would be appreciated. Thanks, guys : )
When having an rule in an actor that says, When actor overlaps or collides with player, spawn enemies, it will then spawn them right there, which I don't want. I wanted them to be up ahead from the player.
Any help would be appreciated. Thanks, guys : )
Best Answer
-
jamie_c ImagineLabs.rocks Posts: 5,772I the Spawn Behavior there is an arrow pointing Right and Left and one pointing Up and Down. Use those boxes to enter pixel offsets for where you want the new actor to be spawned at. Make sure the drop down menu says Relative to Actor (or something like that, I'm not looking at GS at the moment).
Answers
Thanks, @jamie_c