Ashley's Forum Posts

  • These kinds of glitches are usually actually caused by broken graphics drivers, not the browser or Construct. That's especially likely to be the case with an old system. Your best hope is to install any available system software updates, try updating the graphics drivers, or try turning off hardware acceleration in the browser (but that will also cause poor performance).

  • I'm afraid it's impossible to help without more details. As ever, if you run in to any problems please file an issue following all the guidelines, otherwise there is likely no way for us to be able to investigate.

  • It doesn't really make any sense because saving a single-file project always saves all the files every time. Only folder-based projects allow partial saves that only write changed files.

  • It's difficult to comment as there is little for me to go on here. As ever we need all the information requested by the bug report guidelines because we need all that information for it to be possible for us to investigate issues.

    Is it a folder based project? If you're saving a single file project I would expect saves to be slow with such a large project. Folder based projects are designed to be able to save much quicker.

  • It looks like an oversight that "beforelayoutstart" is missing, as there exist other events for the SDK and events for scripting for all four events. I've added "beforelayoutstart" for the next beta, and will document the other three events at the next stable release too, so you can start using those already.

    • Post link icon

    Update: this information is now available in the effect addon documentation. Please refer to that page for the latest details instead of this thread, which is now closed.

  • I'm afraid there's nothing we can do about this ourselves. You'll need to report it to Virus Total as a false positive.

  • I'm afraid it's impossible to tell what is happening from the provided information. As ever if you run in to a problem please file an issue following all the guidelines, and note we need all the requested information otherwise it's impossible for us to help.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • As we originally announced, Construct Animate will be sold as a separate product upon launch. C3 subscriptions were only allowed for the public beta, which is now coming to an end. We're aiming to launch shortly and so we're getting everything in place for that - part of which is moving over to the new Construct Animate subscription system. That should go live soon, but in the mean time I'm afraid there is not yet a way to get a Construct Animate subscription - hopefully it won't be long!

  • You do not have permission to view this post

  • I would like to change my site appearance when certain games event occurred.

    You can do that even if the game is in an iframe. JavaScript APIs like postMessage() let you send messages between the iframe and its parent frame.