Forum Topics tagged scripting

Report Tag

93 forum topics with this tag
  • 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
  • 3 replies
  • 297 views
This content is deleted
Forum Topic
How to call a function in the C3 HTML Element?
0 favourites

I'm using C3's HTML Element to display content. I have data stored in an array, I want to call the function in the HTML Element if array.At(0) is 1. I've tried...

  • 4 replies
  • 434 views
This content is deleted
Forum Topic
How do I detect if the game is running on Steam Deck?
0 favourites

I tried various PlatformInfo and Browser expressions, but the information they return Is'nt specific to Steam Deck - for example they show browser as "Mozilla",...

  • 1 replies
  • 355 views
This content is deleted
Forum Topic
Create object by name and set animation with scripting
0 favourites

I'm making a game with some "anime" style characters with a text table showing the dialogues. Every time I create a character I have this problem and I have to...