Multiple actor destroy issue/bug?

Player_EPlayer_E Member, PRO Posts: 604
edited November -1 in Working with GS (Mac)
i have a spawner that spawns the same actor every couple of seconds. when I touch the actor it is supposed to destroy just 1 actor. this is not the Issue I have accomplished this successfully.

This issue/bug is this, when I click multiple times around the screen with no real intent on clicking on the actor the game bugs. the actors will destroy on their own even when I dont click on them. it even gets to the point where they will destroy themselves even if I do not do anything.

I need some ideas on how to solve this issue.

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    just checking, you also have the condition for touch inside:

    Rule
    ALL
    When Touch is pressed
    When Touch is inside
    Destroy actor
Sign In or Register to comment.