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.

335 usages of this tag
UpvoteUpvote 14 DownvoteDownvote
This content is deleted
Tutorial
[JS] RTFM: A cheat sheet for the manual's features
Not favoritedFavorited Favorited 15 favourites

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...

UpvoteUpvote 4 DownvoteDownvote
This content is deleted
Tutorial
[JS] Writing a good class system
Not favoritedFavorited Favorited 8 favourites

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...

  • 2 replies
  • 1.12K views
This content is deleted
Forum Topic
Plugin with external files and worker-support
Not favoritedFavorited Favorited 0 favourites

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...

  • 6 replies
  • 1.38K views
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
  • 4 replies
  • 700 views
This content is deleted
Forum Topic
Search for an empty javascript code?
Not favoritedFavorited Favorited 0 favourites

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...

  • 3 replies
  • 1.91K views
This content is deleted
Forum Topic
How do I use Fetch in C3's Javascript?
Not favoritedFavorited Favorited 0 favourites

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...

posted 6 years ago
UpvoteUpvote 4 DownvoteDownvote
Not favoritedFavorited Favorited 2 favourites

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...

  • 2 replies
  • 928 views
Not favoritedFavorited Favorited 0 favourites

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...

  • 1 replies
  • 1.2K views
This content is deleted
Forum Topic
Fetch data from an iFrame back to Construct 3 Game Layout
Not favoritedFavorited Favorited 0 favourites

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...

  • 0 replies
  • 335 views
This content is deleted
Forum Topic
How do I run sh script on Construct?
Not favoritedFavorited Favorited 0 favourites

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...

Similar Tags