Content tagged javascript
JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.
This short tutorial will sum up all the tiny things you should know about if only you took the time to read the manual. I will try to keep this up to date with...
In C3 we now have the option to subclass objects. This essentially means writing a class that extends an object class and will allow us to add custom code to th...
Is there any documentation about how can I add external JS files/libs to the plugin with worker-support? I would like to make my plugins workers-ready. I have a...
So in my game, you shoot arrows at enemies and I want the arrows to stay pinned inside them. I've been trying to make a sort of custom pinning function so I can...
I can't minify my export without it ((I think I might have accidentally added an empty Javascript code within my event sheet, (minify script is greyed out)). Up...
I'm trying to use APIs in C3, but am having a hard time right now. Trying to get any API to bring something back. (Using fetch or something else). I was trying...
As I said, the Eleanor trick is very specific, and might not work for everyone. Thankfully, C3 has had a few new features that arrived since that trick was disc...
I have a Cordova app, which is basically an InAppBrowser (a Cordova plugin) that shows a link to my C3 game on my server (HTTPS). The InAppBrowser displays norm...
I need a small help regarding getting data back to game from an iFrame. What I am doing is fetching user Facebook credentials like email, birthday and gender in...
There's any way to run a Linux script using Construct? Maybe with Ajax or Javascript? For example, if I have my game on a Linux server and I want to run the sh...