Ashley's Recent Forum Activity

  • As ever, we get far, far more feature requests than we can possibly act upon, which is part of the reason we have the addon SDK in the first place. If you want to submit an official feature request, you can do so here.

  • Your code also confuses object types and instances. I'd suggest going through the Learn JavaScript in Construct tutorial, or the quick-start guide, or using TypeScript which will catch such mistakes for you.

  • When you choose to use a third-party addon, you are trusting the developer of that addon for long-term maintenance. If they give up on it for any reason - which they are perfectly entitled to do, especially if it's free - then it won't be supported any more. You should bear this in mind when choosing to use third-party addons.

    The entire purpose of the addon SDK is to allow other developers to implement more features than we have the resources to do ourselves. It is not generally feasible for us to officially reimplement any particular third-party addon, and besides doing so defeats the purpose of the SDK.

    The Addon SDK v2 ought to have the technical capability to support this - it supports all officially supported APIs from the old SDK, and if any are missing, we will prioritize implementing them.

  • It all works for me - the key is to put the code with the call to registerProcessor in a separate JavaScript file in the 'Files' folder, and load it with audioContext.audioWorklet.addModule("audioWorklet.js"). Here's an example.

    digitalsoapbox please note from the Forum & Community guidelines:

    Be polite, respectful and welcoming

    Be supportive of the products we all use and the team behind it, and make sure feedback is constructive (no pun intended.)

    Having a persistently antagonistic, cynical, combative, sceptical or complaining attitude. For example, no software is perfect, but if you continuously claim that our products are absolutely terrible in every way, you may quickly wear out your welcome.

    Deliberately trying to provoke a reaction.

    Your recent posts have repeatedly gone against these guidelines and are not acceptable. I am closing this thread and please be warned that if your posting continues to go against the Forum & Community guidelines, further moderation action may be taken.

  • It's very difficult to help just from screenshots and descriptions. By far the quickest and easiest way to get help is to share a project file.

  • I would advise to file any problems to the issue tracker, as we have a process designed to help identify and resolve problems there, and issues only mentioned on the forum are easily lost and forgotten.

  • If this only happens in preview or remote preview, try clearing your browser cache. There were some server-side changes for the new preview system. They should have already come through by now, but I guess old or rarely used devices might not have updated yet.

  • There has not been any intentional change in support. If you think there is a problem with the latest release, please file an issue.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • They're designed for things like conversation trees or finite state machines, where a visual 2D layout lets you more easily track how things progress over time. The 'Sniff and fetch' visual novel example shows the kind of thing it's designed for. If you try to use JSON or arrays or some other data structure for this kind of thing, you can't so easily follow the different branches. You can also do things like put in back-references which are trickier to express in formats like JSON.

  • Generator functions return iterables (and inside the function body they can use yield). An iterable is basically anything you can write for (const thing of iterable) or [...iterable] with. (The definition is a bit more complex but in practice that's what it means.) As ever there's lots more info on MDN.

  • It should just work. You don't need to do anything special. For example if I create a new project and import a project file image.png, then putting <img src="image.png"> in a HTML element object will show the image.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,377,924 followers

Connect with Ashley

Trophy Case

  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x107
    Coach One of your tutorials has over 1,000 readers
  • x61
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x35
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs