home *** CD-ROM | disk | FTP | other *** search
/ T-Online 6 / T-Online.iso / T-Online 6.0 / t-install-screen.swf / scripts / DefineSprite_37 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-05-24  |  200 b   |  10 lines

  1. if(_global.loopcounter == undefined)
  2. {
  3.    _global.loopcounter = 0;
  4. }
  5. if(_root.InstStatus != "false" && ++_global.loopcounter >= 1)
  6. {
  7.    _root.WinXPbg.gotoAndStop("Reboot");
  8. }
  9. gotoAndPlay(1);
  10.