home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode1.swf / scripts / DefineSprite_2023 / frame_62 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  156 b   |  11 lines

  1. set("/Variables:ChaloupeOk",true);
  2. tellTarget("_root")
  3. {
  4.    gotoAndStop("PoupeTourne");
  5.    play();
  6. }
  7. tellTarget("_parent")
  8. {
  9.    gotoAndStop(1);
  10. }
  11.