home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode1.swf / scripts / DefineSprite_1474 / frame_321 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  261 b   |  13 lines

  1. set("/Variables:CapitaineVu",true);
  2. tellTarget("/")
  3. {
  4.    gotoAndStop("Bateau");
  5.    play();
  6. }
  7. set("/Variables:InvNb",eval("/Variables:InvNb") + 1);
  8. set("/Variables:InvObjet" + eval("/Variables:InvNb"),5);
  9. tellTarget("_parent")
  10. {
  11.    gotoAndStop(1);
  12. }
  13.