-
Notifications
You must be signed in to change notification settings - Fork 0
Events Module
syeyoung edited this page Jul 16, 2020
·
2 revisions
Event module contains blocks / events defined in Events tab except for broadcast
Event module can be imported via
Require "Events";
N/A
Events::OnGreenFlagClicked : Triggers when green flag gets clicked
Events::OnKeyPressed : Triggers when key gets pressed (Requires constant parameter)
Events::OnBackdropSwitch : Triggers when backdrop switches (Requires constant parameter)
Events::OnLoudnessGreaterThan : Triggers when loudness gets greater than the parameter (Requires constant or variable parameter)
Events::OnTimerGreaterThan : Triggers when timer gets greater than the parameter (Requires constant/variable parameter)