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 Interaction sends events when the object is clicked or touched. The events sent will only cycle through the On Click events with values set.
Parameters
Interaction prompt | Set an interaction prompt for this object. |
On 1st Click -> | Name of the event to send on the first click of the object. |
On 2nd Click -> | Name of the event to send on the second click of the object. |
On 3rd Click -> | Name of the event to send on the third click of the object. |
On 4th Click -> | Name of the event to send on the fourth click of the object. |
Max Events Per Second | Maximum number of events per second that can trigger events (0-100). Set to 0 for no limit. |
-> Reset Count | When this event is received, the script is reset so that the next click will be the first click. |
-> 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