Viewpoint Forums
Viewpoint Forums
General Topics
Need help!!!urgently!!!|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Member |
Hi Admin,
I have set a ActionAnimator animation and all codes work perfect. (correct codes shown below) <MTSTimeElem Type="Keyframe" Name="change" On="0"> <Time> 0 2 5 </Time> <MTSTimeElem Type="ActionAnimator"> <noop/> <MTSCopyProperty Src="MTSInstance.k1: <MTSCopyProperty Src="MTSInstance.k1: </MTSTimeElem> </MTSTimeElem> ======================================= But, when I seperated the MTSAction content into 2 MTSAction tags, and put the name of MTSAction into ActionAnimator, the codes doesn't work, why??? (wrong codes shown below) <MTSTimeElem Type="Keyframe" Name="change" On="0"> <Time> 0 2 5 </Time> <MTSTimeElem Type="ActionAnimator"> <noop/> <act1 /> <act2 /> </MTSTimeElem> </MTSTimeElem> <MTSAction Name="act1"> <MTSCopyProperty Src="MTSInstance.k1: </MTSAction> <MTSAction Name="act2"> <MTSCopyProperty Src="MTSInstance.k1: </MTSAction> many many thanks!!! |
||
|
|
EnIgMaTiCScOrPioN Member |
The MTSActions should be defined before the MTSTimeElements.
<MTSAction Name="act1"> <MTSCopyProperty Src="MTSInstance.k1:pac" Dest="MTSInstance.k2:pac" /> </MTSAction> <MTSAction Name="act2"> <MTSCopyProperty Src="MTSInstance.k1:pac" Dest="MTSInstance.k3:pac" /> </MTSAction> <MTSTimeElem Type="Keyframe" Name="change" On="0"> <Time> 0 2 5 </Time> <MTSTimeElem Type="ActionAnimator"> <noop/> <act1 /> <act2 /> </MTSTimeElem> </MTSTimeElem> Cheers, Anup |
|||
|
|
Member |
Thanks
|
|||
|
|
Member |
And for your reference, the below diagram shows the ideal layout for mtx code. This diagram can be seen along with further details on Page 19 of the Viewpoint Rich Media Authoring Guide. Further information about the MTX interactor system can be found in chapter 9.
|
|||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|
Viewpoint Forums
Viewpoint Forums
General Topics
Need help!!!urgently!!!
