home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OperationMaus.swf / scripts / DefineSprite_547 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-08  |  489 b   |  34 lines

  1. if(_root["12"] == 1)
  2. {
  3.    gotoAndStop("oben");
  4. }
  5. if(_root["12"] == 2)
  6. {
  7.    gotoAndStop("unten");
  8. }
  9. if(_root["12"] == 3)
  10. {
  11.    gotoAndStop("rechts");
  12. }
  13. if(_root["12"] == 4)
  14. {
  15.    gotoAndStop("links");
  16. }
  17. if(_root["12"] == 5)
  18. {
  19.    gotoAndStop("schraegobenrechts");
  20. }
  21. if(_root["12"] == 6)
  22. {
  23.    gotoAndStop("schraegobenlinks");
  24. }
  25. if(_root["12"] == 8)
  26. {
  27.    gotoAndStop("schraeguntenlinks");
  28. }
  29. if(_root["12"] == 7)
  30. {
  31.    gotoAndStop("schraeguntenrechts");
  32. }
  33. stop();
  34.