Guest User

Untitled

a guest
Apr 25th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function wait() {
  2. _root.menuLoader.loadMovie("mainpage.swf");
  3. clearInterval(myTimer);
  4. }
  5. myTimer = setInterval(wait, 9000);
Add Comment
Please, Sign In to add comment