🆙Actor Property Switcher
Updated in Game Maker 0.10 with a new Property to switch: UI Visibility.
Build Singleplayer & Multiplayer Logic - about [SP] or [MP] behaviours or components.
Actor Property Switcher [MP]
Target general or specific objects and change their visibility, collisions, Indicator UI, or all.
Common Uses
Efficiency: Change properties of objects without destroying them and spawning new ones
Control visibility of Indicator text, arrows, etc of target objects
How it Works
Trigger: Multiple messages in
Action: Changes Properties of targets
Collisions
Visibility
All
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
Last updated