wiki.sine.space | sinespace

Difference between revisions of "Components/ClickableActivator"

From wiki.sine.space
Jump to: navigation, search
(Created page with "This component is used to trigger an event when user click the object with this component. This can be used to open/close doors, lights and all the things you need to activa...")
 
 
Line 19: Line 19:
  
 
Note: you should untick the Loop Time checkbox for each animation or it will cause problems.
 
Note: you should untick the Loop Time checkbox for each animation or it will cause problems.
 +
 +
{{Component Navbox}}

Latest revision as of 07:14, 3 January 2019

This component is used to trigger an event when user click the object with this component.

This can be used to open/close doors, lights and all the things you need to activate with a click.

ClickableActivator.jpg

Click the add sign then drag the item want to activate into the slot, then choose an action you need.


The Network options define whether the action will be synchronized with other users in the region.

If you want to control an object which has already got a network ID(for example, defines in Room Floor component), you should use that ID and pick "Override Network ID" to avoid conflicts.

Here is an example to create an object with Open/Close animations:

ClickableActivator2.jpg

The component supports play 2 animation like this, to realize a door open/close by clicking it.

Note: you should untick the Loop Time checkbox for each animation or it will cause problems.