Content tagged scripting

Report Tag

107 usages of this tag
0
2 favourites

Let's see how to setup charts in Construct 3 with Chartjs. Setting up leaderboards table is a common thing in the games but do you ever try representing the dat...

29
This content is deleted
Tutorial
Using TypeScript in Construct
12 favourites

Construct supports writing code for your project in both Javascript and TypeScript . Javascript is normally dynamically typed , meaning variables can have any t...

13
This content is deleted
Blog Post
Feature Focus: JavaScript Coding
10 favourites

Construct's visual block system can produce amazing results without having to write a single line of code. However if you want to go even further - or you're in...

  • 3 replies
  • 1.5K views
This content is deleted
Forum Topic
Error runtime.callFunction
0 favourites

I'm trying to call an event sheet function via scripting but it returns error. Am I doing something wrong?

  • 4 replies
  • 1.1K views
This content is deleted
Forum Topic
teach scripting with construct
1 favourites

Remark: I initially wrote this from the perspective of a teacher however, it might be interesting for all users who want to learn scripting in Construct 3. As a...

posted 5 years ago
  • 3 replies
  • 815 views
This content is deleted
Forum Topic
How to access UserMedia
0 favourites

Is there a way to access the camera through scripting? Either using Construct's UserMedia or by HTML5 (creating a element and using WebRTC ..etc). Thank you.

posted 5 years ago
  • 7 replies
  • 1.2K views
This content is deleted
Forum Topic
How to access reliable screen size via scripting?
0 favourites

I want to resize the main layouts to take up the entire screen, and respond to the screen size changing. I've not found any documentation on the matter Is `scre...

  • 5 replies
  • 1.3K views
This content is deleted
Forum Topic
Generating a random number with scripting
0 favourites

How do I generate a random whole number via scripting? I tried using math.RandomInt(100), math.Random(100) and more. But it keeps telling me that math or random...

  • 1 replies
  • 422 views

I was doing an overview of the primitives documentation and the Events section is out of date. The bottom of the docs explicitly mentions that Construct doesn't...

  • 5 replies
  • 638 views
This content is deleted
Forum Topic
JS Basics - Instance and set position (with linked file)
0 favourites

Hi I am trying to learn basic JS with Construct - in the attached file, how'd I instance player1 100 times, and set each instance to a 10 x 10 grid? Thanks much...

posted 4 years ago