home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode1.swf / scripts / DefineSprite_1934 / frame_103 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  236 b   |  16 lines

  1. set("/Variables:DerekOk",true);
  2. tellTarget("/")
  3. {
  4.    gotoAndStop("Bateau");
  5.    play();
  6. }
  7. set("/Variables:ObjetRemove",11);
  8. tellTarget("/Inventaire/ObjetRemove")
  9. {
  10.    play();
  11. }
  12. tellTarget("_parent")
  13. {
  14.    gotoAndStop(1);
  15. }
  16.