Saturday, October 23, 2010

video #8

here is the killMeOverTime script var lifeTime = 5.0;

function Awake ()
{
Destroy (gameObject, lifeTime);
}

No comments:

Post a Comment