Guest User

Untitled

a guest
Apr 8th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. stop();
  2. onEnterFrame = function ()
  3. {
  4.     percentageloaded = Math.floor(getBytesLoaded() / getBytesTotal() * 100);
  5.     filepercent = percentageloaded + "%";
  6.     if (percentageloaded >= 100)
  7.     {
  8.         play();
  9.     }
  10. };
Add Comment
Please, Sign In to add comment