Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

maxscripts when changed functionality

polycounter lvl 20
Offline / Send Message
dejawolf polycounter lvl 20
right, i'm trying to get this little bit of code to work for an animation:

when transform $V1 changes do
(
$xaxis.text = $V1.position.x as string
$yaxis.text = $V1.position.y as string
)

its an uphill battle though, i can't find anything in the maxscript documentation on changes in animation.
maybe i should try and update it every frame instead?
how do i do that? hmmmm..

Replies

Sign In or Register to comment.