home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / Interface / it.dig / scripts / DefineSprite_387 / frame_12 / DoAction.as
Encoding:
Text File  |  2004-05-28  |  227 b   |  10 lines

  1. if(_root.categoria_mc.revista_mc._currentframe != _root.categoria_mc.revista_mc._totalframes)
  2. {
  3.    _root.categoria_mc.revista_mc.nextFrame();
  4.    _root.categoria_mc.revista_mc.nextFrame();
  5. }
  6. else
  7. {
  8.    gotoAndStop(1);
  9. }
  10.