home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / staticshock.swf / scripts / DefineSprite_290 / frame_14 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  150 b   |  11 lines

  1. _parent.currentStatus = 1;
  2. if(_parent.hdir == 1)
  3. {
  4.    this.baddieAnim.gotoAndStop(2);
  5. }
  6. else
  7. {
  8.    this.baddieAnim.gotoAndStop(1);
  9. }
  10. stop();
  11.