home *** CD-ROM | disk | FTP | other *** search
/ Complete Photoshop Course / MCCursos4.mdf / Interface / it.dig / scripts / DefineSprite_292 / frame_4 / DoAction.as
Encoding:
Text File  |  2004-05-24  |  138 b   |  9 lines

  1. if(_parent.revista._currentframe != _parent.revista._totalframes)
  2. {
  3.    _parent.revista.nextFrame();
  4. }
  5. else
  6. {
  7.    gotoAndStop(1);
  8. }
  9.