Content tagged object

Report Tag

119 usages of this tag
  • 1 replies
  • 499 views
This content is deleted
Forum Topic
Non-repeating Random numbers with object creation
0 favourites

I need that out of 20 positions, only 4 objects are created in a random position. In the screenshot, I did something similar, but I understand that this is unpr...

  • 20 replies
  • 1.5K views
This content is deleted
Forum Topic
An Empty Object would be fantastic.
0 favourites

An empty object that has instance variables and behaviors would be a godsend. Just like unity has an empty object which is great for using as the parent object....

  • 1 replies
  • 910 views
This content is deleted
Forum Topic
How do I check if object exists at coordinates?
0 favourites

Is there any way to check if object A exists at coordinates X,Y? Thank you!

posted 3 years ago
  • 3 replies
  • 698 views
This content is deleted
Forum Topic
create objects with specific variables
0 favourites

I have started working with Construct 3 a few days ago. I already have experience with Unity but wanted to try Construct. I am attempting to recreate a small lo...

  • 6 replies
  • 497 views
This content is deleted
Forum Topic
Can't resize objects with the mouse inside the editor
0 favourites

Out of the blue, the ability to resize the objects (sprites, text, etc.), inside the editor has vanished. The mouse doesn't grab anything on their edges (I can...

  • 0 replies
  • 278 views
This content is deleted
Forum Topic
Get actual size of children/objects?
1 favourites

In my current project, the ui window has the buttons as children. I need to tween the size of my buttons. However, Button.Y and Button.X give me their initial v...

  • 7 replies
  • 445 views
This content is deleted
Forum Topic
How do I know which layer an object is on?
0 favourites

I noticed you can't see on which layer the object is located, if that layer/all layers are locked. You can imagine its inconvience if you have a lot of layers....

posted 3 years ago
  • 1 replies
  • 278 views
This content is deleted
Forum Topic
How to trigger animation on synced object collision?
0 favourites

When a basic multiplayer object is synced and it has collision detection on, it doesn't play the animation on the host. Is there a specific reason for this? How...

  • 0 replies
  • 135 views
This content is deleted
Forum Topic
How do I get image point from 3D object?
0 favourites

Is there any way to get information about image point of face from 3D object? It's possible to set image point on the 3D object face but I can't find way to for...

  • 8 replies
  • 689 views
This content is deleted
Forum Topic
Create an object only if it is not overlapping?
0 favourites

I have scenario where I have to create objects (of different size and shapes) randomly on X-axis with Y = 0 at every X seconds. However, while creating I have t...