home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode3.swf / scripts / DefineSprite_1444 / frame_15 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  191 b   |  14 lines

  1. set("/Variables:AttacheElice",true);
  2. tellTarget("_root.Elice")
  3. {
  4.    gotoAndStop(2);
  5. }
  6. tellTarget("/")
  7. {
  8.    gotoAndStop("Marais3");
  9. }
  10. tellTarget("_parent")
  11. {
  12.    gotoAndStop(1);
  13. }
  14.