home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode2.swf / scripts / DefineSprite_2823 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  375 b   |  22 lines

  1. if(eval("/Variables:PositionEchelle") == 1)
  2. {
  3.    gotoAndStop(4);
  4. }
  5. else if(eval("/Variables:PositionEchelle") == 2)
  6. {
  7.    gotoAndStop(20);
  8. }
  9. else if(eval("/Variables:PositionEchelle") == 3)
  10. {
  11.    gotoAndStop(38);
  12. }
  13. else
  14. {
  15.    gotoAndStop(57);
  16. }
  17. tellTarget("_root")
  18. {
  19.    gotoAndStop(eval("/Variables:EtatVide"));
  20. }
  21. setProperty("_root.Meg", _visible, false);
  22.