Forum Topics tagged object

Report Tag

119 forum topics with this tag
  • 3 replies
  • 714 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
  • 508 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
  • 286 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
  • 450 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
  • 280 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
  • 142 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
  • 702 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...

  • 0 replies
  • 366 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...

  • 8 replies
  • 704 views
This content is deleted
Forum Topic
How do I tween position between moving objects?
0 favourites

I'm currently using the tween behavior for an arrow pointing at moving objects. When the player is near the moving object, the arrow moves smoothly to the movin...

posted 2 years ago
  • 4 replies
  • 297 views
This content is deleted
Forum Topic
Create object issue
0 favourites

I'm making a game about mowing lawns. One of the features I am working is when you mow around a house the house changes sprite and looks new. One of the things...