Just checked, it works.
github.com/Chadori/Construct-Master-Collection/issues/127
It's better to write it from scratch, there's a reason why I wanted to rewrite it.
It can only be a rectangle.
I originally intended to have different options, with "linear" or "ellipse". Hence, choosing the name since it is understandable for both circumstances, radius relative to the origin coordinates of the object instance, either for lines or ellipses.
However, after testing, I've realized that my project's skill console was better in a box dialog. I was in a rush, so I wrapped it up immediately, having thought I would update it.
If this is your way of feature request, nope.
If you have a replacement term suggestion though, I'd happily consider replacing it.
Edit:
Bug reports: github.com/Chadori/Construct-Master-Collection/issues
or
Support: constructcollection.com/support
Hello, would it be possible to explain your question in more details? I think this is best discussed through support. For technical questions, please visit the Discord Community.
discord.com/invite/eS3HK88
For more information regarding technical support, please click the link below.
constructcollection.com/support
Thank you.
Hi, for technical questions please visit the Discord Community.
Construct 3's JavaScript support made it complete. Projects are easier to make and optimize ever since.
"Fix boolean instance variables not using boolean type"
Hi, after hours of debugging on why my existing projects don't work correctly anymore with the new releases.
And reverting to the earlier versions didn't work either, because:
1. Older releases do not support addons with modules support and setting them to classic results in a blackscreen preview.
2. Older releases do not support modules, causes crashing out of memory.
I finally found out after hours of constrained debugging that the changing of the boolean type in scripting caused a barely traceable compatibility issue.
Code like '(bool === 1 || bool === 0)' doesn't work anymore, but Construct 3's scripting variables were previously written for the number type, not boolean type.
It won't show an error, but it can make your application malfunction.
Just a warning for those who have their projects not working correctly anymore and have had object instance variables referenced in their project.
Please file bug reports here: github.com/Chadori/Construct-Master-Collection
"Minified exports that failed did not report an error", this helped us addon developers, by a lot! Thanks.
This release is superb.
Hopefully the Scene Graph feature will also be applied with Containers too, or something of the like.
Ahh, I see. Thanks for correcting.
Amazing feature!
It shows how fast "worker mode" too, based on an FPS test.
DOM: 22315 FPS
Worker: 42599 FPS
Near 2x the frame count per second. That's great!
Hopefully this is a gateway feature for capping the framerate. Higher or Lower than 60 FPS.
Would be very beneficial for mobile development, most especially for weak CPU devices.
Still brilliant 4 years after.
Nice code snippets, well done.
Although, regarding oAuth services, in this case Firebase Web's service authentication, it had long depreciated on both Android & iOS, way back 2016.
It's now recommended on mobile to do native-auth implementation.
Sample Source:
medium.com/@jlchereau/stop-using-inappbrowser-for-your-cordova-phonegap-oauth-flow-a806b61a2dc5
Member since 10 Oct, 2014