Ashley's Recent Forum Activity

  • The system webview is out of date. By default it should auto-update. Did you turn off software updates or something? Like it says, installing any available software updates should fix it.

  • It doesn't support sharing images yet, just text and URLs.

  • When a trigger fires, it synchronously runs all matching trigger events, in the order they appear in the event sheet.

    It doesn't really make a lot of sense to ask when triggers happen in a tick, because they run separately to ticks. For example they can fire multiple times during or in between ticks, or not at all. I guess the important thing is that it doesn't run anything else in between different trigger events for the same trigger. Is that what you're asking? It's useful to provide some context about why you need to know so I can address that.

  • Can you check for any errors in the browser console (press F12 to open it) and paste them here if there are any?

    Using an incognito/private browsing window, or clearing the browser cache and retrying, might help.

  • There are two common mistakes when setting up scrolling: not making the layout bigger than the viewport, and using a solid color background, which means you can't see that you're moving.

    The quickest way to get help is to share your project so other people can take a look at exactly what you've done.

  • If you can make a minimal project showing a performance regression in the C3 runtime, I'll happily profile it and see what is going on. The C3 runtime is in general significantly faster, we have a range of benchmarks showing big improvements across the board.

  • That one's all Tom!

  • It's not supported. Instance variable names are deliberately stripped out to impede reverse-engineering (a common concern amongst users). They are sometimes available in preview mode for the debugger, but it will stop working when the project is exported.

    This seems to be a half-way point to allowing arbitrary expressions anyway, so it seems you might as well just make it fire a trigger which can set a return value, and then you can use any expression at all in a placeholder, including instance variables.

    I'd also point out that you'd better implement that carefully or it will be a playground for injection attacks!

  • Cached data shouldn't appear in the user's LocalStorage plugin, since that should only iterate and return data that the user intended to store there. So you should use a separate storage database. Localforage makes that easy though.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you have any issues loading Construct 3, check for any errors in the browser console (press F12 to open it), and let us know what they are. It might just be a slow Internet connection, but if there are any errors we might be able to do soemthing about it.

  • If you run in to any issues please file them on the bug tracker following all the guidelines, otherwise we can't help.

  • Why does your plugin need to store its own data? No other Construct plugins need to do that. Keeping it separate helps ensure a clear separation of responsibilities in the engine and avoids users finding data surprisingly appearing in their own game's Local Storage data.

    The C3 runtime uses the localforage library though, so you can count on that always being available. That provides a simple way to create a separate storage database isolated from anything else in the runtime so it doesn't cause any surprising cross-referencing problems.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,772,835 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
  • x126
    Coach One of your tutorials has over 1,000 readers
  • x74
    Educator One of your tutorials has over 10,000 readers
  • x5
    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
  • x42
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs