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 when the object destroy .. what is wrong in my code. thank you !!