Forum Topics tagged object

Report Tag

116 forum topics with this tag
  • 1 replies
  • 1K views
This content is deleted
Forum Topic
How do I snap cards to a position in a grid system?
0 favourites

Hello, I want to create a card game where cards can be dragged and dropped into the center grid. However, I want them to snap into place. How do I go about doin...

  • 4 replies
  • 622 views

When I do this, the "pre_effect" objects don't set the new position using "for each object" in this function. I tried defining using another function by forcing...

posted 4 years ago
  • 2 replies
  • 519 views

So i'm not sure what's going on but when I zoom in to try to line up objects my walls and spikes are moving. When I scroll left or right the objects seem to mov...

  • 5 replies
  • 528 views
This content is deleted
Forum Topic
What is the icon folder in the project bar for?
0 favourites

I am sure I am missing it but I cant find any documentation on how to use this? Should I be using this for button or "icons" instead of just creating objects an...

posted 4 years ago
  • 1 replies
  • 922 views
0 favourites

I'm trying to set up an opposition in my game where an object is bouncing between two solids. Thanks!

posted 4 years ago
  • 3 replies
  • 747 views

I'm building a targeting system where a player can double click an object and set it as the attack target. When a target is selected, I note down the peer id. I...

  • 4 replies
  • 1.5K views
This content is deleted
Forum Topic
Pick Object by IID / manipulate previous object instance?
0 favourites

Is there any possible way how I can reference a previous sprite if there are a multiple number of them? Like picking the sprite by it's IID : Icon(icon.Count-1)...

  • 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
  • 863 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...