home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_213 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  401 b   |  19 lines

  1. stop();
  2. _root.stop();
  3. shiftamt = 17;
  4. isloaded = false;
  5. this.onEnterFrame = function()
  6. {
  7.    bytesloaded = Math.round(_root.getBytesLoaded());
  8.    bytestotal = Math.round(_root.getBytesTotal());
  9.    percent = bytesloaded / bytestotal;
  10.    if(bytesloaded == bytestotal)
  11.    {
  12.       isloaded = true;
  13.    }
  14. };
  15. this.onRelease = function()
  16. {
  17.    getUrl("http://www.mofunzone.com/", "_blank");
  18. };
  19.