Advertisement
aandnota

Untitled

Feb 28th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var startTime : float;
  2. var timeLeft : float;
  3.  
  4. function Start(){
  5.     startTime = Time.time
  6. }
  7.  
  8. function EndTimer(){
  9.     timeLeft = Time.time - startTime
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement