B
baker_tony
Hi, I can make a push left transition using the following XML:
<TransitionsAndEffects Version="1.0" >
<Transitions>
<TransitionDLL guid="{D1C5A1E7-CC47-4E32-BDD2-4B3C5FC50AF5}">
<Transition name="Push Left" iconid="33" >
<Param name="Bands" value="1" />
<Param name="SlideStyle" value="Push" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects>
after following the instructions here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/moviemakersfx.asp
Does anyone know how to make a push right transition?
Many thanks,
Tony.
www.bakertony.plus.com
<TransitionsAndEffects Version="1.0" >
<Transitions>
<TransitionDLL guid="{D1C5A1E7-CC47-4E32-BDD2-4B3C5FC50AF5}">
<Transition name="Push Left" iconid="33" >
<Param name="Bands" value="1" />
<Param name="SlideStyle" value="Push" />
</Transition>
</TransitionDLL>
</Transitions>
</TransitionsAndEffects>
after following the instructions here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/moviemakersfx.asp
Does anyone know how to make a push right transition?
Many thanks,
Tony.
www.bakertony.plus.com