wamo
05-26-2008, 12:20 PM
Hi everybody,
i got a bad problem here below and donno how to solve it:
ie i have a Box(),also i have a Button that should make keys for animation of this box,
now what i want is: when i move mybox to wherever in the scene and press button ,it automaticly Calculate the $box.trasnsform and make the animation between last transform and new transform,
as you now i can handle it manuelly like this:
with animate on
(
at time slidertime $box01.pos = [30,30,30]
)
so this code is complatly manuely to handle and if i change the box's transform to for example [50,50,50] and press button again it makes the key again for [30,30,30].
hope you guys got what i mean,
i was wondering if you guys could help me out .
i got a bad problem here below and donno how to solve it:
ie i have a Box(),also i have a Button that should make keys for animation of this box,
now what i want is: when i move mybox to wherever in the scene and press button ,it automaticly Calculate the $box.trasnsform and make the animation between last transform and new transform,
as you now i can handle it manuelly like this:
with animate on
(
at time slidertime $box01.pos = [30,30,30]
)
so this code is complatly manuely to handle and if i change the box's transform to for example [50,50,50] and press button again it makes the key again for [30,30,30].
hope you guys got what i mean,
i was wondering if you guys could help me out .
