Use Symbol Factory components as buttons

I am new to the Symbol Factory and i have tried to do some reading into this, but i only see where you can add animation to the components. I was hoping i could use some of the up and down arrows as buttons. Is this possible or not?

Is possible, just add a event script on an event handler

1 Like

If you’re just using the button to set a value on a tag or property, you can just right click over the object and select “scripting” and have one of the event handlers (mouseClicked for example) fire off your action.

However, if you’re using it to increase a numeric value, you would need to create a custom script in that object’s script editor.

2 Likes