Ashley's Recent Forum Activity

  • In Settings, uncheck Show 'take a break' reminder every 2 hours.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No mistake in keystore. Where it says Choose file when I select the keystore file the program crashes.

    If you can consistently reproduce a problem please report it here and we'll look in to fixing it: github.com/Scirra/Construct-3-bugs

    Projects can be downgraded to older versions if you tweak the file data, but it's not guaranteed to work if your project uses features in the newer version that is not supported in the older version.

  • Absolutely nothing relating to exporting changed between r293.2 and r293.3. So I suspect the update isn't actually the problem, and so downgrading won't fix it either. Perhaps you made a mistake in using the keystore?

  • This is just a general question about the Web Audio API. The start() method of a source node will begin playback, and the stop() method stops it.

  • See Icons & splash screens in the manual.

  • That sounds like the browser itself is crashing, not Construct, so it's probably not something we can fix ourselves. Try a different browser, and make sure all system updates are installed.

  • This doesn't look like it's actually anything to do with CORS. It looks like it is trying to load the video from the wrong URL in preview mode.

    It might be related to a server-side change we made a few weeks ago for a beta release. Try clearing your browser cache and try again.

    Other than that, we'd need all the same details as a bug report to be able to investigate.

    • Post link icon

    What was the topic?

    We get a lot of spam that involves a new account that links to some kind of commercial product, so if you did that, you might have fallen in to the looks-like-spam trap.

  • If you mean similar controls to the resizing/rotating as is used in Construct's Layout View, it only seems simple because a huge amount of work has gone in to refining a variety of complex and subtle user interactions in to something that feels like it just works. There's a large amount of of complicated code behind it, and reinventing that for a game could well be tricky. Perhaps a significantly simplified version would be more feasible.

  • I doubt case sensitive/word matching is not enough to solve the problem.

    Invalid expressions could just be deleted, but since the problem is often the results are unintentional, that would mean what you thought was a simple find and replace actually deletes a bunch of content from your project - an even worse result.

    • Post link icon

    Closing this thread. It was already filed as an issue. Please don't unnecessarily cross-post the same thing.

  • It's very difficult to implement a basic find-and-replace feature for expressions, because you can easily create hundreds of invalid expressions.

    For example suppose you want to find-and-replace to rename a variable "foo" to "bar". But you also have a Sprite object called "football" and it is used in hundreds of places. A simple find-and-replace would also rename all those references to "football" to "bartball", which doesn't exist, and makes all those events invalid.

    Perhaps there could be some kind of "find-and-replace only if the resulting expression remains valid", but there are still lots of ways for that to mess up unexpectedly, e.g. what if there was an object named "bartball"? For this reason, even when coding C3, I rarely use find-and-replace on code - I go through and manually change every reference making sure it's what I really want to update, because a naive text find-and-replace too often goes wrong.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,767,211 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
  • x125
    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