How to end an app/game?

Hi folks,

How can i end/exit a game/app totally?

Cheers
Michael [import]uid: 5712 topic_id: 1630 reply_id: 301630[/import]

Looks like os.exit() works. It simulates an OS crash if you don’t warn the user :slight_smile:
When run in the Simulator it also closes the Simulator app.

-Tom [import]uid: 7559 topic_id: 1630 reply_id: 4718[/import]