🔵Actor Property Switcher
Updated in Game Maker 0.10 with a new Property to switch: UI Visibility.
COPY/PASTE PARAMETERS
New in GM 0.11! Right click on a behaviour or component to copy. Then open an object, add the same behaviour or component, and right click it to paste identical parameter settings.
Actor Property Switcher [MP]

Target general or specific objects and change their visibility, collisions, Indicator UI, or all.
Common Uses
Performance: Change properties of objects without destroying them and spawning new ones
Control visibility of Indicator text, arrows, etc of target objects
New in 0.11 - Add or remove an object's or player's tags during gameplay
How it Works
Trigger:
Multiple messages in

Action: Changes Properties of Targets

Collisions
Visibility
All
Tags - New in Game Maker 0.11

UI Visibility (for the target's Indicator component)
Game Maker 0.10
Activation Type: Fixed or Toggle
Fixed - switch once
Toggle - switch repeatedly on/off
Filter Modes (Target): 3 Options

EveryoneInRange
All objects near this object

SpecificTagsInRange
All objects with specific tags near this object

SelectedActors
Specific target objects in the Experience (any location)
Out: No messages sent
Parameter Notes

Last updated
Was this helpful?