Example #1
0
    def stop(self):
        objects.destroy_all()

        del userspace.space['left_wall']
        del userspace.space['right_wall']
        del userspace.space['top_wall']
        del userspace.space['paddle_speed']
Example #2
0
 def stop(self):
     objects.destroy_all()
     pass
Example #3
0
    def stop(self):
        objects.destroy_all()
        userspace.space['output'] = userspace.output #restore output()

        if not self.won:
            shared.gui.help_page.clear_text()