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

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