Guest User

Untitled

a guest
Aug 10th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. self thread useThisTwice(2)
  2.  
  3. useThisTwice(x)
  4. {
  5. for(i=1;i<=x;i++)
  6. {
  7. self hide();
  8. wait 1;
  9. self show();
  10. wait 1;
  11. }
  12. }
Add Comment
Please, Sign In to add comment