actors receiving a touch

gbh1935gbh1935 Member Posts: 11
edited November -1 in Working with GS (Mac)
I have a game I am working on and have a major issue. In the background when you touch the screen it will spawn a new actor. Then I want to be able to touch that actor and make it do something. My issue is that when the new actor is touched, it also triggers the touched event on the background object. It does not seem to only apply the touch to the top layer object. Am I missing some setting somewhere?

Comments

  • MeatamirMeatamir Member Posts: 16
    If you want to disable the back round touch i would put it in a rule that said
    If attribute bg disable =1
    do nothing
    put all of the commands in the otherwise

    Also make a rule that says when new actor is spawned change bg disable to 1
Sign In or Register to comment.