var steam : ParticleSystem; function OnMouseDown() { print("steam"); yield WaitForSeconds(10); steam.enableEmission = true; }