home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / small_my_fart.swf / scripts / DefineSprite_149 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-02  |  320 b   |  15 lines

  1. if(_root.getBytesLoaded() != _root.getBytesTotal())
  2. {
  3.    _root.stop();
  4.    progress_bar._xscale = Math.ceil(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  5. }
  6. else
  7. {
  8.    _root.bumper.play();
  9.    this._y = 5000;
  10. }
  11. visitUrb_btn.onRelease = function()
  12. {
  13.    getUrl("http://www.urbaniacs.com", "_blank");
  14. };
  15.