home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / synj_sneak_attack.swf / scripts / DefineSprite_164 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-10-06  |  114 b   |  10 lines

  1. if(_parent.timer == 0)
  2. {
  3.    _parent.gotoAndStop(1);
  4. }
  5. else
  6. {
  7.    _parent.timer--;
  8.    _parent._x = 1000;
  9. }
  10.