Collision doesn't work !! help
function OnCollisionEnter(collision : Collision){ if(collision.gameObject.tag=="ap"){ Debug.Log("lllll"); } }this is the code that i use . what is wrong ? in the code or in the character that we use.....
View Articlehow do apper gui when the object destroy ?
please help me ..what is the step ? thanks for helping .. :)
View Articlewhat is simple code for disappear of guitexture with a time ?
i need a help .. i need a simple code that would disappear my guitexture . example the guitexture only appears within 10 seconds only .. thanks .. i hope someone could help me ..
View ArticleHow to add a seconds when you destroy the object ?
please help me !! can you give me a code A complete code to how to program that compute adding when you destroy the object. example once you destroy the object, 10 seconds will add in your time. i hope...
View ArticleI destroy the object but the GUItexture did not appear.
function OnTriggerEnter (other : Collider) { Destroy(gameObject);gameObject.Find("1john5_1112").GetComponent("GUITexture").enabled = true; } help me ! why the guitexture or the picture did not appear...
View Articlehow to add time ? (how to show a guiTexture and hide it after some time?)
good day !! ..help please .. how to add time when the character destroy the object .. function OnTriggerEnter (other : Collider) { Destroy(gameObject);...
View Articledid not QUIT when the time is over..
the game did not QUIT when the time is over..please help this is the code in time. private var startTime; private var restSeconds : int; private var roundedRestSeconds : int; private var displaySeconds...
View Articledid not QUIT when the Time is over ...?
my game did not QUIT when the time is over ? please help me .. private var startTime; private var restSeconds : int; private var roundedRestSeconds : int; private var displaySeconds : int; private var...
View Articlehow to disappear the GUITexture when the gameobject destroy?
**how to disappear the GUITexture when the gameobject destroy? for example .. when the character destroy the object the guitexture will appear but after 5 seconds the guitexture will disappear .. thx...
View ArticleGUItexture did not disappear after 10 seconds
HELP !! my defense is on friday but my game does not totally work. i destroy the object then GUItexture will appear but i want after 10 seconds the GUITexture will disappear. Please i need help .....
View ArticleI destroy the object but the GUITexture did not appear
var GUIbalisong: GameObject;//guitext to var toBEdestroyed: GameObject;// ung object na masisira function OnTriggerEnter (other : Collider) { Destroy(toBEdestroyed); // call the function Show in the...
View Article