home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode2.swf / scripts / DefineSprite_2310 / 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(13);
  8. }
  9. else if(eval("/Variables:PositionEchelle") == 3)
  10. {
  11.    gotoAndStop(22);
  12. }
  13. else
  14. {
  15.    gotoAndStop(32);
  16. }
  17. setProperty("_root.Meg", _visible, false);
  18. tellTarget("_root")
  19. {
  20.    gotoAndPlay(eval("/Variables:EtatVide"));
  21. }
  22.