Page flip

Hola quiero saber si me puedes pasar las lineas de codigo de pageflip en flash para la presentacion de una pagina wed

1 Respuesta

Respuesta
1
<%>import fl.motion.Animator;var boton_xml:XML = <Motion duration="31" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*"> <source> <Source frameRate="30" x="115" y="45" scaleX="1" scaleY="1" rotation="0" elementType="movie clip" symbolName="caja"> <dimensions> <geom:Rectangle left="0" top="0" width="150" height="50"/> </dimensions> <transformationPoint> <geom:Point x="0.5" y="0.5"/> </transformationPoint> </Source> </source> <Keyframe index="0" tweenSnap="true" tweenSync="true"> <tweens> <SimpleEase ease="1"/> </tweens> </Keyframe> <Keyframe index="10" tweenSnap="true" tweenSync="true" y="0.04999999999999716" scaleX="1.453" scaleY="1.453"> <tweens> <SimpleEase ease="-1"/> </tweens> </Keyframe> <Keyframe index="18" tweenSnap="true" tweenSync="true" y="0" scaleX="0.84" scaleY="0.84"> <tweens> <SimpleEase ease="1"/> </tweens> </Keyframe> <Keyframe index="25" tweenSnap="true" tweenSync="true" y="0.04999999999999716" scaleX="1.093" scaleY="1.093"> <tweens> <SimpleEase ease="-1"/> </tweens> </Keyframe> <Keyframe index="30" tweenSync="true" y="0" scaleX="1" scaleY="1"/></Motion>;var boton_animator:Animator = new Animator(boton_xml, boton);boton_animator.play();

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas