Hi. Can anyone tell me what I'm doing whrong here?
Arrows and Containers
I'm trying to get arrows to point from the player to both of the enemies. I have the enemy and arrow wrapped in a container, so I think that whenever the arrow references the enemy, it should default to the instance of the one that it is grouped with.
Right now I have the arrows centered on the enemies and pointing to the player and everything works fine. However, if I go into the event sheet editor and reverse the targets so that the arrows are centered on the player and point to the enemy, both arrows point to the same enemy.
By the way, I used tips from DeadEye's post about "This Cursed Rock" to initialize the enemies:
This Cursed Rock
So it's possible I made mistakes with that part that are causing my problems.
I appreciate any help!