Message#20 | |
post by alt | >>Message#19 Is your purpose good in recognition that it wants to use "Switch of the object" and "Morphing" together? The sample data "Elem_select.mqo" bundled to the package of "Keynote" serves as a reference. If you replace obj2 with obj1 when you do "Switch of the object" obj1|obj2 select:obj2 It is necessary to make two objects like this and to name it. If animation anim is applied to obj1 and it transforms it when you do "Morphing" elem:anim-obj1 It is necessary to make the object for morphing by the object name like this. Please write it again if there are some problems. (Original) あなたの目的は"オブジェクトの切り替え"と"モーフィング"を併用したいという認識でよいですか? "keynote"のパッケージに同梱されているサンプルデータ"elem_select.mqo"が参考になります。 "オブジェクトの切り替え"を行う場合は、仮にobj1に対してobj2を入れ替えるとすると、 obj1|obj2 select:obj2 このように二つのオブジェクトを作成してネーミングしなければなりません。 "モーフィング"を行う場合はobj1にアニメーションanimを適用して変形させるとすると、 elem:anim-obj1 このようにオブジェクト名でモーフィング用のオブジェクトを作成する必要があります。 なにか問題があればまた書き込んでください。 2011年4月17日(日)00時00分 |