Take a look at all the videos on our YouTube channel: youtube.com/user/ScirraVideos/videos
Please bear in mind that in general, issues will not be investigated unless they are filed to the tracker following all the guidelines.
Since this was just a bug fix release it seems likely the cause is actually something else. If you go back to a previous release is the issue still there? That would confirm the problem is not this release.
I don't believe anything in Construct uses cordova-plugin-network-information. If you are using a third-party addon, you'll need to report issues to the addon developer.
It's impossible to tell what bug that could be from a single sentence description like that. In general if it's not filed to the issue tracker already, it's probably not a known bug.
A fixed transparent edge does not always solve the problem. As noted in the blog post, the only way to really solve it is with power-of-two sizing and positioning, via the "High" quality downscaling setting.
Date parts are sometimes zero-based, i.e. 0-11, rather than 1-based (1-12). See the descriptions of the expressions.
Please report issues here following all the guidelines otherwise it can't be investigated: github.com/Scirra/Construct-bugs
See the manual entry.
Usually this means the ads have been misconfigured. See the manual entry.
Yeah, I spotted this after release due to some refactoring we did. It should be fixed in the next release.
If an object did not have an angle property, you could use behaviors to circumvent that and rotate it anyway, which then caused bugs as rotation wasn't meant to be supported. This change ensures behaviors can't cause unintended rotation.
See this thread for details if you have issues with the Kaspersky browser extension: https://www.construct.net/en/forum/construct-3/general-discussion-7/issues-loading-construct-150535
Construct works on Mac in Chrome, Firefox and Safari.
Try using addEventListener("instancecreate") or addEventListener("instancedestroy") on an object class or the runtime. That's the standard way events are used, so if you ever see an event mentioned, that's what you do.
Member since 21 May, 2007
The official blog for all things Construct and Scirra run by our employees!
Wider technology issues from Ashley's perspective.