home *** CD-ROM | disk | FTP | other *** search
- if(_root["12"] == 1)
- {
- gotoAndStop("oben");
- }
- if(_root["12"] == 2)
- {
- gotoAndStop("unten");
- }
- if(_root["12"] == 3)
- {
- gotoAndStop("rechts");
- }
- if(_root["12"] == 4)
- {
- gotoAndStop("links");
- }
- if(_root["12"] == 5)
- {
- gotoAndStop("schraegobenrechts");
- }
- if(_root["12"] == 6)
- {
- gotoAndStop("schraegobenlinks");
- }
- if(_root["12"] == 8)
- {
- gotoAndStop("schraeguntenlinks");
- }
- if(_root["12"] == 7)
- {
- gotoAndStop("schraeguntenrechts");
- }
- stop();
-