How do I group objects? I saw an old video using a GAME OBJECT behavior, but I no longer see this behavior available?
Develop games in your browser. Powerful, performant & highly capable.
Define 'group objects'?
Similar to a parent/children relationship so I can effect ALL items in a "group" with an action or behavior instead of applying the action or behavior to all of the items individually. This is very common and simple in many apps, I am sure there must be an easy way for this.
You can use hierarchies, families, or containers. They each have their own use cases, but can all do what your asking. Refer to their respective manual pages to see which fits your needs best.
Family & Hierarchy what you are after. For simpler situation such as grouping instances of same object you can use instance variable as tagging system that refer to that group.