Ashley's Recent Forum Activity

  • Press F12 and check for any error details in the browser console.

    You have to be online to download a new NW.js version, so without more information, I would guess you were offline.

  • The main reason this is not done is it is exceptionally complex. Even if we did it, the complexity would probably result in pasting doing unexpected things, and possibly making a mess of your project.

    There are dozens of tough problems like: what if you paste events referencing a family instance variable, but one of the members of the family already exists in the project, but that object has a behavior using the same name as the family instance variable? Now you cannot paste the event because there is a name collision. It would have to rename something. But then pasting events ends up renaming random bits and pieces of either your existing project or the things you pasted, so there's no guarantee that what you pasted will actually work like you expect afterwards.

    By requiring all the relevant references to be in-place before pasting the events, all these difficult problems are avoided.

  • Without more information I can only speculate, but I would guess you have a broken third-party addon that cannot be minified. That would need to be fixed by the respective addon's developer.

  • No, you should not mix await and .then - you should choose one or the other (and await is much more convenient).

    It's hard to say more from such a small code snippet, it should just work. As always sharing a project is easier to help.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You have to delete any objects using the plugins or behaviors from the Project Bar. You can view all curently used addons by right-clicking the project name in the Project Bar and choosing Tools -> View used addons.

  • Saying "this binary data is another type" does not convert the data. You're just putting the wrong label on the same data, which will probably break it.

  • You do not have permission to view this post

  • The share feature depends on the Web Share API. It's not supported in every browser yet, but its support is improving over time: https://caniuse.com/web-share

  • No software is perfect, so nobody can guarantee that everything will work perfectly, no matter which combination of technologies they use.

    As far as I'm aware, all our export options are working very well and we have thousands of happy customers.

  • To determine if an object is being touched, you need to combine tracking the touch events (e.g. pointermove, as documented here) to know where all the current touches are, with the containsPoint method to identify if one of those touches is over an object. (This is what the Touch object does internally.)

  • IIRC the main runtime script is ~200kb for an empty project with advanced minify and zip compression. It increases with size the more plugins and behaviors you use in the project, since each of those will embed the JS code for the plugin/behavior in the runtime script as well. So to make the script smaller, you need to use fewer plugins and behaviors.

  • You do not have permission to view this post

Ashley's avatar

Ashley

Online Now
Early Adopter

Member since 21 May, 2007
Last online 28 Feb, 2025

Twitter
Ashley has 1,443,265 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
  • x109
    Coach One of your tutorials has over 1,000 readers
  • x63
    Educator One of your tutorials has over 10,000 readers
  • x3
    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
  • x36
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs