duck

duck

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