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

  1. if(this.hitTest(_root.scr4) or this.hitTest(_root.scr3) or this.hitTest(_root.scr5) or this.hitTest(_root.scr6))
  2. {
  3.    gotoAndPlay(1);
  4.    tellTarget("_parent")
  5.    {
  6.       gotoAndPlay(1);
  7.    }
  8. }
  9.