home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_797 / frame_11 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  152 b   |  14 lines

  1. if(perso._y > 200)
  2. {
  3.    b.removeListener(this);
  4.    stop();
  5. }
  6. else if(_parent.goAttack)
  7. {
  8.    gotoAndPlay(12);
  9. }
  10. else
  11. {
  12.    gotoAndPlay(2);
  13. }
  14.