Ho can I get an HTML exported cartridge to start paused? Allowing the user to decide when to fire it up...
I don't really want to blast my users with the full glory of chiptunes on page load when the webplayer is half way down the page...



Seems like calling Module.pico8TogglePaused() in the body onload handler does the trick:
<body bgcolor=#303030 onload="Module.pico8TogglePaused()"> |
HTH



cool! I'll try that out. If not I'll just make it a runtime option
[Please log in to post a comment]