Qualifier (Click)

From Mario Fan Games Galaxy Wiki
 Stub.png This article or section is in need of expansion.

Please add further information.

Qualifiers, or object groups, are a way to group different objects together. The group itself shows up in the Event Editor, and inherits the common actions, conditions, and expressions of all the objects in the group. In effect, this allows the same code to be applied to completely different objects, without having to duplicate the code and replace the object references. Objects can have many qualifiers.

However, object selection can become extremely complicated with qualifiers; when a qualifier is referenced, all the objects within the qualifier are treated as individual instances of that qualifier, even if they are not the same object type.

Qualifiers can only be accessed though a frame's Event Editor; neither behaviors nor the Global Event Editor can use them, which limits qualifiers' usefulness in some cases.