Ashley's Forum Posts

  • Because.. if I start my code within Construct and try to play a sound (or mutliple sounds) after initialization of my layout, nothing happens.. I need to press a key (or input in general) first.. then all sounds start playing.

    That is the fix. Chrome doesn't let pages autoplay without interaction any more. Previously you might not have heard any audio at all.

    FWIW Google just announced that they will revert the autoplay change... and then reinstate it in October. This is totally bananas because it will just repeat the same problem, but later. Still, you have more time to re-publish content now.

  • The runtime makes canvas positioning calculations assuming there is no canvas border. If you add one, it might break that.

  • Editing official addons causes compatibility nightmares, so it's a deliberate decision to not make the code available. It's not necessary, either. The Instant Games SDK puts 'FBInstant' in the global namespace. So you can create a separate, independent plugin that makes extra Instant Games calls without needing to modify the official addon. Extensibility without compatibility nightmares!

  • There's no way to change it, unless you write a plugin that changes it on startup using JavaScript. What do you need this for?

  • The full Instant Games SDK is pretty big. It covers things like bots, multiplayer matchmaking, localization, IAP, advanced analytics, etc. It would be a considerable amount of work to fully implement it at the expense of everything else we have to do, and meanwhile I'm pretty sure some of those features would go largely unused too. It is much more feasible to implement feature requests if they are small and specific. For example if a suggestion asks "implement IAP for instant games", I could entertain the idea of making some time to work on that at some point fairly soon; but if a suggestion asks "implement the full SDK" then that is such a big job with questionable utility that I'd probably put it off as long as possible, which might mean none of it is done. We have to ruthlessly prioritise. Accordingly, the best suggestions are scoped to just the most useful part.

  • We strive to ensure every update is 100% backwards compatible. We are very careful when making any code changes to ensure that existing projects are guaranteed to work identically. This is for the most part verified by the lack of bug reports indicating regressions and we have a good track record on this. Any time we make breaking changes, we carefully document this and describe it in the release notes, although these cases are few and far between. Looking at the recent releases, I cannot think of any technical reason that would cause any significant changes to projects. If you do encounter issues, please file an issue following all the guidelines and we can take a look. Otherwise my best guess is the changes are caused by something else other than the updates.

  • The bottleneck is really that we only have a few developers and we're all extremely busy with everything else that is going on. I'd like to do this, but it's hard to make time for it without telling someone else their bugs/features are going to be delayed. I'll see if I can get a Mac version sorted out when the next Chrome release (67) comes out, which is due in a couple of weeks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Please post any further feature requests to https://construct3.ideas.aha.io/. We'd love to do every feature suggested, but we only have a few developers, and we're extremely busy, dealing with thousands of bug reports and hundreds of other feature requests.

  • It's still a bug. It should at least return an empty value rather than show that error.

  • Well, please file a bug for that then!

  • The other loader styles should work on mobile. What gave you the impression the "Construct 3 splash" was the only one supported on mobile? You could also use a loader layout to completely customise it.

  • We deal with thousands of bug reports, hundreds of feature requests, and we only have 3 developers. The whole point of the addon SDK is to take the pressure off us and allow third-parties to cover extra features like this.

  • I actually wanted to merge all the forums in to this one, rather than creating 20+ sub-forums with little traffic. I just haven't got round to it yet.

  • 2) Import/Open a Sprite Sheet .png

    Can you provide the exact .png file you are importing here so I can follow this step?