Content tagged hierarchy

Report Tag

36 usages of this tag
  • 2 replies
  • 536 views
This content is deleted
Forum Topic
hierarchy does not use persist behavior?
0 favourites

I set a sprite and gave it a child sprite and set both sprites in a family with the persist behavior. It looks like they don't persist the hierarchy. Should I f...

posted 3 years ago
  • 2 replies
  • 1.2K views

I need to create a loop for object in family "objects" that have children "objects". In code something like this: For each objects. Repeat objects.ChildCount. O...

  • 3 replies
  • 1.3K views
This content is deleted
Forum Topic
A new way to create a hierarchy in the editor?
0 favourites

I'm using it with my students (both in high school and academy) and it's really straightforward for them to realise how to use hierarchies with triggers and the...

  • 2 replies
  • 399 views
This content is deleted
Forum Topic
Hierarchy and the Physics-behavior
0 favourites

What's the correct way of pinning physics objects together at the moment? Is it recommended to use the hierarchy feature? It kind of seems to work when I use hi...

posted 3 years ago
  • 2 replies
  • 243 views
This content is deleted
Forum Topic
How do I make hierarchies persist after a layout restart?
0 favourites

Title pretty much says it all, when I restart a layout during runtime all hierarchies on that layer just seem to cease to exist. Is there a way to make them per...

posted 3 years ago
  • 3 replies
  • 462 views
This content is deleted
Forum Topic
How do I spawn object and then delete said object?
0 favourites

Trying to get the right coding for an object (stoplight) to spawn on a sprite if conditions are met (sprite.Value = 0). When the value increases to 1 or higher,...

  • 3 replies
  • 280 views

I've spent way to much time trying to figure out how this was done. I'm a complete Construct 3 noobie moving from another game engine. I want to play around wit...

  • 1 replies
  • 835 views
This content is deleted
Forum Topic
How add child in hierarchy?
0 favourites

How to add child to hierarchy with script? I tried like this: Rn.Objects.OBJECT_A.CreateInstance("Game", 100, 200, true); OBJECT_A.AddChild(OBJECT_B); But nothi...

posted 2 years ago
  • 10 replies
  • 588 views
0 favourites

I was wondering why I can't create a hierarchy between a sprite and a tilemap, I really frequently use the hierarchy system to spawn for example a dungeon room...

posted 2 years ago
  • 3 replies
  • 421 views
This content is deleted
Forum Topic
Tilemaps hierarchy
0 favourites

I want to make some preset modules for creating platforms for my platformer mixing the new Template feature and the Hierarchy one. Thing is, Tilemap doesn't sup...