Forum Topics tagged scripting

Report Tag

93 forum topics with this tag
  • 6 replies
  • 869 views

I'm looking at the moment for a way to connect a database towards my project. My goal is it that if I enter for example a string/number I'll get reported back a...

posted 3 years ago
  • 1 replies
  • 269 views
0 favourites

I was working on adding health to the player, but when the player touched the Checkpoint, they disappeared. I looked through all the code to see what was wrong,...

  • 1 replies
  • 461 views
This content is deleted
Forum Topic
Basic Scripting Error
0 favourites

I've perused the forum for a while but haven't been to solve my issue: I have a button with an click-event to call a Javascript function. A console.Log works bu...

posted 3 years ago
  • 0 replies
  • 382 views
0 favourites

Since I'm loading some images via AJAX into a sprite, I need to change the position of their origin image point once they're loaded, so that I can rotate them c...

posted 3 years ago
  • 0 replies
  • 373 views
This content is deleted
Forum Topic
Automatic script reloading plugin
0 favourites

I've been getting annoyed with having to keep refreshing the scripts when working in an external IDE so I've made a plugin to take care of that for me. It will...

posted 3 years ago
  • 0 replies
  • 354 views
This content is deleted
Forum Topic
How do I pick the Object Instance that I taped on?
0 favourites

I'm using Event Scripting and I want to get the Instance that I taped on (with Touch). I have a condition "On tap gesture on obj_interact". Obj_interact is an O...

  • 25 replies
  • 3.4K views
This content is deleted
Forum Topic
VS Code extension for javascript and typescript projects
4 favourites

I have created a Visual Studio Code extension which can be downloaded here: This features auto-completion for Javascript projects, as well as generating typescr...

posted 3 years ago
  • 11 replies
  • 364 views
This content is deleted
Forum Topic
How can I make my Up special work?
0 favourites

I have this script for a fighting game (like smash) and I have a working up special but the problem is I dont know how to make this work mid air since it is jus...

  • 3 replies
  • 279 views
This content is deleted
Forum Topic
How do I loop an event until x condition is met?
0 favourites

Hey experts. In the game I'm building, you can build a mine or oil pump. Currently if the block already has a mine or oil pump built (instance variable = 1), th...

  • 1 replies
  • 647 views
This content is deleted
Forum Topic
Importing JS scripts from project subfolders?
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...