I was wondering if it's possible to actually grab the vales of alpha, beta and gamma and then display them say every tick? I tried it using X and Y (beta being along x and gamma being along way but no luck).
Any ideas?
if beta is x and gamma is y, what is alpha?
It was a real stab in the dark, I have no clue on how to grab these values. Maybe an angle?
You can create text objects to display values.
You can then create an event OnEveryTick and SetText on the text box to "X="&Object.X
I'm not entirely sure what you want here though. More info please..
I want to be bale to display the values of alpha, beta and gamma however, I don't know what to set the text to as when I type in Alpha, it won't allow it, am I making any sense?
Develop games in your browser. Powerful, performant & highly capable.
EDIT: After playing around for a bit, I finally found out how to do it. This is what I was trying to do: dropbox.com/s/nh3gk848p9qxdsv/DeviceOrientation.capx
That's what I said to do...but well done lol.