home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Multimedia / tour / Professional / segment1.swf / scripts / DefineSprite_115 / frame_27 / DoAction.as
Encoding:
Text File  |  2001-07-26  |  88 b   |  9 lines

  1. if(isFaded)
  2. {
  3.    gotoAndPlay(25);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.