how do I pause an application(game) in andoid export module,
is there any extension?
how do I pause an application(game) in andoid export module,
is there any extension?
Without using an extension, you can place all your events into a group, then create an event that does the following:
User clicks on pause button: deactivate group of events, pause all sounds, and stop animation for all of your active objects.
to unpause: reactivate group, resume all sounds, start animation for all objects.
Thanks worked perfect. But is there any extension for this?
Hello happygreenfrog when using sub-app to my application (game) hangs.
I did everything according to this example: http://www.youtube.com/watch?v=6kaG1XAqKXE
The only difference is that my application is android.
Should I use some permission?
Happygreenfrog thanks for the info, I will test in other ways.
* Sub-App this catching my application.
never use sub-app... not with the ios/droid exporters.. it's a nightmare.
DaveC you are right, that this taking me sleep.