How I Get a vectotX of a Bullet Object??
i want put the vextorX value on a text
image:
.capx file
https://www.dropbox.com/s/ddtmcev9u2hxf ... _test.capx
Thanks
horizontal speed = speed * cos(angle)
or in this case:
pelota_candela.Bullet.Speed * cos(pelota_candela.Bullet.AngleOfMotion)[/code:3pc9qa8r]
Set text: "VectorX of Ball = " & pelota_candela.X
Develop games in your browser. Powerful, performant & highly capable.
ramones Thank you.