home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode4.swf / scripts / frame_972 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  354 b   |  14 lines

  1. if(eval("/Variables:From") == "Jungle2")
  2. {
  3.    setProperty("_root.Meg", _X, 575);
  4.    setProperty("_root.Meg", _Y, 129);
  5.    tellTarget("_root.Meg")
  6.    {
  7.       gotoAndStop(3);
  8.    }
  9. }
  10. set("/Variables:Delta",_root.Meg._yscale / 6);
  11. set("/Variables:Decale",0.05);
  12. set("/Variables:EtatVide","Jungle1Stoppe");
  13. set("/Variables:EtatActif","Jungle1");
  14.