Content tagged script

Report Tag

58 usages of this tag
2
This content is deleted
Tutorial
[JS] Create a timer class in code
2 favourites

I have really been excited about the new scripting feature and have reworked most of my game to make use of it. For me I find it much easier to structure my gam...

16
This content is deleted
Blog Post
A proposal for Javascript scripting in Construct 3
2 favourites

Scirra has recently announced and then released a new feature for Construct 3: Javascript coding in the editor. I was extremely hyped by this announcement and c...

  • 5 replies
  • 1.7K views
This content is deleted
Forum Topic
How do I implement ads admob without any plugins?
0 favourites

I want to know is there any way to showing ads without any plugins? I.E with calling function or script? If no, is there any free trusted plugin that I can use...

  • 2 replies
  • 808 views
0 favourites

I'm sure there will more functions added to the official API, but one way, if anyone is interested, is to use functions to pass information from the event sheet...

posted 5 years ago
  • 1 replies
  • 455 views
This content is deleted
Forum Topic
Need help in specific script.
0 favourites

I've had an idea for an script/event sheet for my platformer puzzle, this is the basic logic I've made for it. The objects are four doors. On start of layout :...

posted 5 years ago
  • 5 replies
  • 956 views
This content is deleted
Forum Topic
Script Files?
0 favourites

How're script files attached to the project? Are they embedded in the runtime? Or are they added as script tags to the head? Will these files get minified on ex...

posted 5 years ago
  • 2 replies
  • 669 views
This content is deleted
Forum Topic
Accessing layer(s) to set up events
0 favourites

I see, in the Ghost Shooter example, that you reference the layout property on the runtime to set events to run on the start of the layout. According to the doc...

posted 5 years ago
  • 1 replies
  • 647 views
This content is deleted
Forum Topic
IWorldInstance documentation
0 favourites

I noticed in the ghost shooter example you access the current layout directly off of the instance of a monster in the IsOutsideLayout. Looking at the documentat...

posted 5 years ago
  • 2 replies
  • 675 views
This content is deleted
Forum Topic
Sharing a local storage class
0 favourites

This isn't perfect, but I thought somebody may be interested in using this as a base for a code only local storage solution that is indexDB based, like the Cons...

posted 5 years ago
  • 2 replies
  • 1.1K views
This content is deleted
Forum Topic
Sharing a vector class
1 favourites

Just thought I would share a simple class for using vectors if you want to use them. It doesn't all functionality it could, but I think it works pretty well in...

posted 5 years ago