tkkching's Forum Posts

  • 4 posts
  • Hi boolean,

    Would you mind re-posting the plugin? The link is broken...

    Appreciate your help on this!

    I hope wgfunstorm doesn't mind, but I made a modification to his plugin. If anyone has an issue with me editing another users plugin, let me know and I'll pull the file offline.

    What it does:

    Changes this:

    <img src="http://i.imgur.com/eJPOw.jpg" border="0">

    To this:

    <img src="http://i.imgur.com/rh69Q.png" border="0">

    This is really handy when you are dealing with big arrays, for example:

    <img src="http://i.imgur.com/fM6Du.png" border="0">

    Click here to download. Just replace the runtime.js file in the same folder you installed the original plugin.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Even native apps have limitations to run in background, so Web/HTML5 applications would likely get paused when they get minimized on mobile platforms. It is understandable for battery saving concern etc.

    Maybe one workable solution is to use some sort of timestamping techniques such that next time when the app wakes up, it knows that some time has already elapsed and the game behaves as required e.g. completing a game task etc.

  • Did I make myself clear? Any help appreciated...

  • I have been experimenting with Construct 2 for some time but found one issue that is frustrating...

    I modified one tutorial a little bit and changed it to full screen app like this:

    dl.dropboxusercontent.com/u/14723808/Game/GhostShooter/index.html

    On iOS I could manage to add it as an app by 'Add to Home Screen' in Safari. It runs fine (ignoring the control). But the problem is that in the middle of the game if I switch to another app and then back to it, it will always reload, thus losing the current progress of the game. Same symptom happens on Android as well.

    Is there a way to avoid reloading the game on resume? The .capx file is here for reference:

    dl.dropboxusercontent.com/u/14723808/Game/ghostshooter-tutorial_amended.capx

    Appreciate your help in advance.

  • 4 posts