when i’m playing my game that is controlled by a acelerometer… the light of iphone turn off and i need to touch on screen to lights up again… how can I fix this? [import]uid: 23063 topic_id: 10204 reply_id: 310204[/import]
You absolutely can, using just one line of code!
[lua]system.setIdleTimer( false )[/lua]
2 minute tutorial:
http://techority.com/2011/04/24/how-to-stop-your-app-from-dimmingstandby/ [import]uid: 52491 topic_id: 10204 reply_id: 37270[/import]