actors receiving a touch
![gbh1935](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
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
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