home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / MilleDangers.swf / scripts / DefineSprite_243 / frame_8 / DoAction.as
Encoding:
Text File  |  2005-11-10  |  129 b   |  10 lines

  1. if(this.hitTest(_root.scr2))
  2. {
  3.    gotoAndPlay(1);
  4. }
  5. if(this.hitTest(_root.ia2))
  6. {
  7.    gotoAndPlay(10);
  8. }
  9. gotoAndPlay(6);
  10.