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

  1. if(this.hitTest(perso.persoBody))
  2. {
  3.    c.persoIsBusy = true;
  4.    c.clockStop = true;
  5.    if(c.persoXSpeed > 4)
  6.    {
  7.       c.persoXSpeed = 4;
  8.    }
  9.    gotoAndPlay(7);
  10. }
  11.