| In Rectangle | Test if object instance position is within rectangle. Rectangle x & y coordinates correspond to top left. | | Name | Value |
|---|
| Rect Variable Source: | Project Common, Object Self, Parent Object |
|---|
| X: | VariableId |
|---|
| Y: | VariableId |
|---|
| Width: | VariableId |
|---|
| Height: | VariableId |
|---|
|
|---|
| Is Tile Multiple | Test if object instance position is located at a multiple of the tile width or height (default is both). | |
|---|
| In Tile | Test object position in current tile. Tile origin (0,0) is top left, (1,1) is bottom right, and (0.5, 0.5) is center (default). The default comparator is '='. | | Name | Value |
|---|
| Variable Source: | Project Common, Object Self, Parent Object |
|---|
| Comparison X: | <, <=, =, >=, >, != |
|---|
| Origin X: | VariableId |
|---|
| Comparison Y: | <, <=, =, >=, >, != |
|---|
| Origin Y: | VariableId |
|---|
|
|---|
| In Tile (Horizontal) | Test object position horizontally in current tile. Tile origin 0 is left, 1 is right, and 0.5 is center (default). The default comparator is '='. | | Name | Value |
|---|
| Variable Source: | Project Common, Object Self, Parent Object |
|---|
| Comparison X: | <, <=, =, >=, >, != |
|---|
| Origin X: | VariableId |
|---|
|
|---|
| In Tile (Vertical) | Test object position vertically in current tile. Tile origin 0 is top, 1 is bottom, and 0.5 is center (default). The default comparator is '='. | | Name | Value |
|---|
| Variable Source: | Project Common, Object Self, Parent Object |
|---|
| Comparison Y: | <, <=, =, >=, >, != |
|---|
| Origin Y: | VariableId |
|---|
|
|---|