Make an actor shoot at your character

Anyone know how to make an enemy actor shoot at your guy?

Comments

  • allc1865allc1865 Member, PRO Posts: 777

    do you mean when the enemy gets within a certain area, shoot, or when touch is pressed > shoot?

  • Andrea_ComisiAndrea_Comisi ItalyMember Posts: 328

    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

Sign In or Register to comment.