Content tagged scripting

Report Tag

107 usages of this tag
  • 2 replies
  • 335 views
This content is deleted
Forum Topic
Read Tween value
1 favourites

// Value tween from 100 to 200 linearly over 3 seconds. Const t = Tween.StartTween("value", 200, 3, "linear", {. StartValue: 100. }); // (then read t.Value over...

posted 1 years ago
  • 1 replies
  • 193 views
0 favourites

I have a layout that uses the default Sprite Font object. The character width and height are both set to 16 in the editor. Is it possible to get the correspondi...

  • 1 replies
  • 408 views
This content is deleted
Forum Topic
Free JavaScript course completely geared towards gaming
0 favourites

There are thousands of Javascript tutorials out there. Some of them are free, some are premium, some are video tutorials, and some are more sophisticated and ma...

  • 0 replies
  • 406 views
This content is deleted
Forum Topic
Multiplayer tag
0 favourites

Hey, how can I get an TAG with the script? I using same code like in Scirra tutorial. Also I can`t find it into documentation. Can know someone or this feature...

posted 1 years ago
  • 0 replies
  • 351 views
This content is deleted
Forum Topic
How do I use export and import for legacy javascript?
0 favourites

I'm looking to build an app based on a pure Javascript implementation of OpenCV. I am looking to import a legacy Javascript file called "cv.Js" into main.Js. Wh...

posted 1 years ago
  • 1 replies
  • 162 views
This content is deleted
Forum Topic
Await runtime.callFunction
0 favourites

When calling an event sheet function from a script, is it possible to await for the function to finish and return a value? Otherwise, is there any way to wait f...

posted 1 years ago
  • 1 replies
  • 151 views
This content is deleted
Forum Topic
How do I do set Char.Car.VectorX / Char.Car.VectorY ?
0 favourites

I find that I'm able to get Char.Car.VectorX / Char.Car.VectorY but find the possible actions of the Car behavior to be pretty limiting. I am only able to modif...

posted 1 years ago
  • 5 replies
  • 373 views
This content is deleted
Forum Topic
Should I use delta-time to move my camera?
0 favourites

Ashley's 2017 article on delta-time says: So, can I ignore delta-time when using the lerp function to position a sprite with the ScrollTo behavior? For context,...

  • 3 replies
  • 322 views
This content is deleted
Forum Topic
Gamepad support in script-based project
0 favourites

Can anyone offer advice on using gamepads in a script-based project? I understand it's necessary to use an event sheet because the Gamepad plugin isn't accessib...

  • 5 replies
  • 310 views
This content is deleted
Forum Topic
Can you call a Custom Action from a script?
0 favourites

Can you call a Custom Action from a script? If so, how? It doesn't seem like it's covered in the documentation.

posted 11 months ago