Object collision problems
![liamp47](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi I am making a game in which a plane flys through a series of hoops. I am having trouble getting the plane to detect whether it has gone through a hoop. I have it set so that when the aircraft collides with a sensor in the center of each hoop it will add 1 to game.No of Hoops. It doesn't work.
Comments
Also with that kind of rule you have to remember to set the rule to
if plane collides with hoopsensor
change attribute No of Hoops to No of Hoops + 1.
More info needed though.