home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / Interface / it.dig / scripts / DefineSprite_420 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-04-20  |  138 b   |  9 lines

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