home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / MilleDangers.swf / scripts / frame_118 / DoAction.as
Encoding:
Text File  |  2005-11-10  |  534 b   |  25 lines

  1. set("/:nrj","22");
  2. set("/:death","0");
  3. set("/:splatch","0");
  4. setProperty("_root.pinpin.mypain", _X, "-12.3");
  5. setProperty("_root.pinpin", _visible, "1");
  6. setProperty("_root.pi", _X, "845.1");
  7. setProperty("_root.pi", _Y, "-300");
  8. tellTarget("_root.pinpin")
  9. {
  10.    gotoAndStop(1);
  11. }
  12. tellTarget("_root.lifeclip.barnrj.death act")
  13. {
  14.    gotoAndStop(1);
  15. }
  16. tellTarget("_root.lifeclip.barnrj.splatchact")
  17. {
  18.    gotoAndStop(1);
  19. }
  20. tellTarget("_root.lifeclip.barlife.painsoundmovie")
  21. {
  22.    gotoAndStop(1);
  23. }
  24. gotoAndPlay(71);
  25.