Trigger a behaviour after pressing a button

Hi. I want to create a start button that triggers something to move. I’m not sure how to do that.

Thanks

Hype’s documentation might help…

http://tumult.com/hype/documentation/3.0/#animations

http://tumult.com/hype/documentation/3.0/#timelines

http://tumult.com/hype/documentation/3.0/#actions-inspector

2 Likes

Select the button, go to the Actions tab of the inspector, and giive it an action based on a mouse-up. you can use this to control the main timeline or you can control the movement in a second timeline and use the mouseUp to trigger that timeline.

1 Like