|
I am attempting to create a script that will destroy an object that a FPC collides with, then triggering a GUI texture. So far I have found a script to destroy an object based on colliders, is there anything i can add to trigger the GUI?
(comments are locked)
|
Thank you so much...the script worked perfectly.
May 12 '11 at 09:42 PM
Ben 39
(comments are locked)
|
|
not that his^ answer isnt awesome but another way you could go about it is instead of destroying the object from the projectile what could do is have the object either look for the project or have a message sent to the object from the projectile and basically there you would toggle your gui and end it with destroy kind of just depends on what you want mine would probably be more useful if your object has health
(comments are locked)
|

Do you want it to display there forever, or how long?
Yes,I want it to display forever.