Home Technical Talk

maxscripts when changed functionality

polycounter lvl 18
Offline / Send Message
dejawolf polycounter lvl 18
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.