What steps will reproduce the problem?
1. create a clip with a timeline animation and stop() command in first and last
frame.
2. create a MovieMaterial with the created clip and apply it to a plane. Set
Material Interactive
and listen for OBJECT_OVER and OBJECT_OUT. In over listener play forward the
clip and in out
listener play it backward.
3. Test scene
What is the expected output? What do you see instead?
Expected output is that your animation play forward on rollover and backward in
rollout. When
you try you'll see correctly the forward animation but the backward animation
do not render all
frames has expected.
What version of the product are you using? On what operating system?
svn revision(926), on mac osx 10.6 tested on flashCS4 and Flash builder using
FP10/air1.5.
Please provide any additional information below.
I foud adding clip used by moviematerial on stage (out of visible rect and/or
invisible) fix most
of the time the problem.
Original issue reported on code.google.com by matteo.r...@gmail.com on 22 Oct 2009 at 10:50
Original issue reported on code.google.com by
matteo.r...@gmail.com
on 22 Oct 2009 at 10:50Attachments: