This is a trigger Simple Script. It allows an object, through some interaction with a user, to trigger a response from a responder Simple Script in the same scene.
For an overview of Simple Scripts, see Simple Scripts user guide.
Details
Simple Timer sends events at regular intervals.
Parameters
Delay | The delay until the first timer event is sent, in seconds. |
Interval | The interval between sending events, in seconds. |
Repeats | If on, the timer sends events every Interval seconds. If off, the timer event only sends once, after Delay seconds. |
On Timer 1st -> | The name of the event to send at the timer interval, alternating with On Timer 2nd -> if both are specified. |
On Timer 2nd -> | The name of the event to send at the timer interval, alternating with On Timer 1st -> if both are specified. |
-> Enable | When this message is received, the script begins responding to events. |
-> Disable | When this message is received, the script stops responding to events. |
Start Enabled |
If on, this script responds to events when the scene is loaded. If off, the script will not respond to events until an -> Enable event is received. |
0 Comments