home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / ws_tetri.swf / scripts / frame_76 / DoAction.as
Encoding:
Text File  |  2007-03-21  |  296 b   |  16 lines

  1. tListenerAbmelden();
  2. loescheVorschau();
  3. spielAbbrechen();
  4. punkteZeigen();
  5. this.b_neustart.onPress = function()
  6. {
  7.    this.onPressEvent();
  8.    _root.gotoAndStop("spielen");
  9. };
  10. this.bg_gameover.onPress = function()
  11. {
  12.    this.onPressEvent();
  13.    _root.gotoAndStop("spielen");
  14. };
  15. stop();
  16.