Anyone know how to make an enemy actor shoot at your guy?
do you mean when the enemy gets within a certain area, shoot, or when touch is pressed > shoot?
You must use the expression editore to set the minimum fistance from thr player to shot For example(when(player.position x-self position.x ) is < than 100 Spawn actor bullet
Comments
do you mean when the enemy gets within a certain area, shoot, or when touch is pressed > shoot?
You must use the expression editore to set the minimum fistance from thr player to shot
For example(when(player.position x-self position.x ) is < than 100
Spawn actor bullet