home *** CD-ROM | disk | FTP | other *** search
- tListenerAbmelden();
- loescheVorschau();
- spielAbbrechen();
- punkteZeigen();
- this.b_neustart.onPress = function()
- {
- this.onPressEvent();
- _root.gotoAndStop("spielen");
- };
- this.bg_gameover.onPress = function()
- {
- this.onPressEvent();
- _root.gotoAndStop("spielen");
- };
- stop();
-