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

  1. if(_parent.revista._currentframe > 1)
  2. {
  3.    _parent.revista.prevFrame();
  4. }
  5. else
  6. {
  7.    gotoAndStop(1);
  8. }
  9.