-
Skill Game (Help)
Hey guys. Im trying to do a free roam plane skill game which you have to pass through hoops as many times as possible to achieve a high score.. i have set the plane up and also set a hit target for when the plane hits the ground, dynamic objects, static objects and water.. but in order to activate 1 point when you pass through a hoop i need a trigger in the hoop right? well it all works fine when i disable the hit trigger but when the hit trigger is enabled my plane will explode and end the game when it hits the trigger?...
any other way round this? much appreciated, Thanks.
-
Senior Member
Re: Skill Game (Help)
what about instead of include use exclude(select object instance,area trigger )
and just uncheck everything else
it might be having the static thing checked that causes it to trigger
-
Re: Skill Game (Help)
i did try that.. but then the ground water dynamic and static object become disabled if you understand where im coming from? unless i use 2 hit triggers hooked up would that work?
-
Senior Member
Re: Skill Game (Help)
use exclude and uncheck static objects
that way static objects will still be triggere but not area triggers
some option should certainly allow what you want to do , just mess around a bit
-
Re: Skill Game (Help)
Oh right, I have these dumb moments dont worry lol.
i see what you ment and it worked dont know why i didnt think of that but yeah
Thanks Bud.