This tutorial is a result of a recent forum post on how to accomplish this task. Since this is a pretty powerful method of keeping in touch with your playerbase...
I have AdSense script I want to add to the game's DOM on start of layout. I used Javascript script to do that. It works in preview and the code shows when I vie...
I try to display a simple UI using html-element. It's from here (https://codepen.Io/kathykato/pen/MoZJom), but I don't know how to make the JS to work. Can't se...
How can I find out which CLASS or ID of the HTML Element was clicked? I tried to do it by adding an On click and the action to register in the HTMLElement.Targe...
Side note: Skip past part 1 and 2 if you just want to read about the layout engine in C3, which is the important part. C3 has been doing great things recently t...
I don't know if there's a way to create buttons using loops with newly added HTML elements and position those buttons in a grid like we normally do with sprite.
I've been trying to add a strike through effect (in production it happens when clicking a button - as the image below) to an HTML Element: I have it working usi...
I have bring a website in the game using HTML Element tag. So, The issue I am facing is of site not shrinking when the game is opened in the mobile.
So I'm making a fake message app by using the mobile keyboard in fullscreen app. When I do that I miss the bottom buttons on Android (back, menu and all apps bu...
I made a game based on Dope Wars (the popular trading game from way back when). I used to think that UIs was one of Construct's weak points, but this is no long...