duck

duck

Jun 15th, 2010
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. var myBool : boolean;
  2.  
  3. function Start() {
  4.     while (true) {
  5.         myBool = !myBool;
  6.         yield WaitForSeconds(1);
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment