home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode1.swf / scripts / DefineSprite_2029 / frame_91 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  213 b   |  15 lines

  1. tellTarget("/Extincteur")
  2. {
  3.    gotoAndStop(2);
  4. }
  5. tellTarget("_root")
  6. {
  7.    gotoAndStop("CabineTourne");
  8.    play();
  9. }
  10. tellTarget("_root.Inventaire.ObjetAffiche")
  11. {
  12.    gotoAndStop(3);
  13. }
  14. gotoAndStop(1);
  15.