adamwritescode's Forum Posts

  • 5 posts
  • Solved the problem, thanks! Thankfully I don't need offline support lol

    Summary:

    Delete offline.appcache and remove 'manifest="offline.appcache"' from the game's index.html

  • If I am posting this in the wrong place let me know and I'll move it.

    I am having an issue where audio is not playing in Safari 7.1 (OSX Mavericks). Audio plays fine on Chrome and Firefox, and on IE when on Windows.

    Any ideas???

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The key is the communication between the different components. It's easy to get Construct to send stuff to the browser through javascript functions but the reverse I suppose is a different story?

  • I have a fairly largely scoped project that would benefit from compartmentalizing/modularizing.

    Each module is a mini-game (about 10) and will have unique game mechanics but will share some functionality between them. They also need to be content aware (i.e. You completed this mini-game, you'll like this one) all wrapped in an interactive Construct-2 "over-world."

    Would it be possible to load each component separately as the player accesses them (i.e. see a loading screen for each component) or do the assets have to be downloaded from the start?

    The big challenge here is mobile support.

    Thanks,

    A

  • I know how to set up obstacles, and use the pathfinding behaviour to navigate around them, but when I want to move an object to a certain point the object won't go to that point, just kind of close to it.

  • 5 posts