Content tagged modules

8 usages of this tag
UpvoteUpvote 14 DownvoteDownvote
This content is deleted
Tutorial
Upgrading projects from classic scripts to modules
Not favoritedFavorited Favorited 8 favourites

When Construct's Javascript coding feature was launched in 2019, all the scripts in a project ran as classic mode scripts. This is how Javascript has run in web...

  • 1 replies
  • 1.19K views
Not favoritedFavorited Favorited 0 favourites

We sold a game to a customer and he gave the the following feedback. Maybe you have a solution for this? I’ll try to describe the issue as we faced and how we w...

  • 4 replies
  • 2.36K views
This content is deleted
Forum Topic
How do i use a script that has a "require()" in it
Not favoritedFavorited Favorited 0 favourites

I'm trying to get nakama to work with Modules. I built nakamajs from typescript and imported them all in my project, but only nakama-js.Umd.Js worked with Const...

posted 4 years ago
  • 2 replies
  • 403 views
This content is deleted
Forum Topic
how to redo a plugin for modules?
Not favoritedFavorited Favorited 0 favourites

How do I redo the zigzag plugin for modules?

  • 1 replies
  • 1K views
This content is deleted
Forum Topic
Importing JS scripts from project subfolders?
Not favoritedFavorited Favorited 0 favourites

Let's say I have the following project structure: -- /Scripts. -- main.Js. ---- /common. ---- utils.Js. If I try to import common.Js from main.Js like this: Imp...

UpvoteUpvote 18 DownvoteDownvote
Not favoritedFavorited Favorited 22 favourites

Construct supports writing Javascript code in both script files and event sheets. If you're new to the Javascript programming language, consider taking the Lear...

  • 0 replies
  • 354 views
Not favoritedFavorited Favorited 0 favourites

I'm quite new to scripting in C3, so this is probably some beginner error with JS modules. I'm trying to import the TinyMCE text editor in Construct 3. So far I...

posted 1 years ago
UpvoteUpvote 6 DownvoteDownvote
Not favoritedFavorited Favorited 1 favourites

Construct supports writing TypeScript code in both script files and event sheets. If you're new to the Javascript programming language, consider looking for a b...

Similar Tags