Display frame number, object angle, object length, position and other telemetry in a text field?

Hype has an API to rotate z

	var rotateObject_ = hypeDocument.getElementById('rotateObject')
 
		hypeDocument.setElementProperty(rotateObject_, 'rotateZ', hypeDocument.getElementById('rotateTextInput').value, 1.0, 'easeinout')

Here is a working example off the back of @Hrishikesh code..

I use a Math function to give a live update to the initial values. ( The actual function is best run on 'On Prepare for Display' scene action)


Update: I changed the code to set the z deg via the hype API but forgot to adjust code to display it -- fixed now


timelineTele_v2.hypetemplate.zip

(26.0 KB)

3 Likes