Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi. // The current animation frame to draw. Var cur_frame = this.Type.Animations .Frames ; Var cur_image = cur_frame.Texture_img; Var webGL_texture = this.Runti...
I found GetWorldInfo()._SetLayer() and GetWorldInfo()._SetZIndex(), but I was hoping there was an officially supported way. Also, I'm not sure how to get _SetZI...
This is the script that I want to integrate with Construct 2. Ysdk.Adv.ShowFullscreenAdv({. Callbacks: {. OnClose: Function() {. // some action after close. },...
So with the new Function Feature, the user experience of adding a new function is great, when typing in a description, you get intellisense for all previous des...
Howdy. If you're an app developer you will probably know about this SDK. It's called GlobalHop SDK and it's ads free. To say truly, I don't know a lot about thi...
GameArter just released basic support for games made in Construct 3. Currently you can use GameArter for: Displaying in-game ads on web. Hosting your game. Dist...
Will you guys document the CSS Properties for users to be able to create custum themes around the background color & syntax highlighting for both inline JS and...
Instant Games SDK 6.3 has been out for a while now. Any plans on updating the plugin for Construct 3? Thanks!
How do you get the Layout Class? It returns me a type error that it's not a function, every time. I've tried these: This.GetRuntime().GetName(); // &. This.GetN...
Last week I posted this in the "General Discussion" section of this forum, but got only one response that didn't help me resolve the problem. I thought I'd post...