home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / filegazer.dmg / Filegazer.app / Contents / Resources / FilegazerPromoVideo.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2005-11-23  |  121 b   |  9 lines

  1. if(_root._framesloaded >= 35)
  2. {
  3.    gotoAndPlay(_currentframe + 1);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.