Content tagged object

Report Tag

116 usages of this tag
  • 5 replies
  • 1.6K views
This content is deleted
Forum Topic
How do I create objects on "every instance" of an object
0 favourites

I do some pretty advanced stuff in Construct, but now I have stumbled upon what seems to be an easy problem to solve. How do I create object1-instances on every...

  • 6 replies
  • 3.7K views
This content is deleted
Forum Topic
How do I parse JSON Objects and return its values?
1 favourites

I use the AJAX events to get this and similar Objects from a server: [. {. "id": "3510d1-43e-4c45-be00-156ffk6d5da", "name": "BWL", "description": "", "dateFrom...

posted 4 years ago
  • 5 replies
  • 855 views
This content is deleted
Forum Topic
Filter is not a Function
0 favourites

I would like to use the Javascript filter() method. Is it possible with scripting in Construct 3? I tried it both in the editors script file and in the add scri...

  • 2 replies
  • 408 views
This content is deleted
Forum Topic
Character + level select?
1 favourites

I start 2d platform project "Car collector" with different car physics models. I dont know how I can select car from my garage, and after click on level sprite...

  • 4 replies
  • 2.1K views
This content is deleted
Forum Topic
Is there a way to write to the JSON file?
0 favourites

Is there a way to write to one of the projects JSON files? I wanted to use it as kind of a database. If there's no way to do this, how much would be the perform...

  • 2 replies
  • 728 views
0 favourites

I want to know how to get the location point between to objects so I can place a "camera" object between them, so I can place the camera in the center on the sc...

  • 6 replies
  • 1.6K views
This content is deleted
Forum Topic
Function Object missing/disappeared!?
0 favourites

I can't find the Function Object anymore. It doesn't show the object when trying to call it or create one. I can't add it to the project, because the icon Is'nt...

posted 4 years ago
  • 9 replies
  • 865 views
This content is deleted
Forum Topic
Object effects JavaScript API
0 favourites

I'm trying to toggle two effects on an SVG Picture through scripting and can't find any references in the documentation. As an example, if I have an SVG Picture...

  • 2 replies
  • 316 views
This content is deleted
Forum Topic
Changing enemies but with same variables.
1 favourites

I am trying to make a demo, which consists of pressing a button. Every time u press the button, the enemy on screen, (1 at a time) would take damage until it re...

posted 4 years ago
  • 1 replies
  • 1.2K views

So I have a sprite (Person2) looping through an animation. During the second from last frame a new object (sprite) is created (Create object Fire on layer 5 at...