Flash - Play movie clip in reverse?

后端 未结 6 947
被撕碎了的回忆
被撕碎了的回忆 2020-12-10 14:02

I\'m trying to get a movie clip to play in reverse when I mouse_out from it (it plays on mouse_over).

My actionscript is as follows:

mc.stop();
mc.ad         


        
6条回答
  •  抹茶落季
    2020-12-10 14:15

    If your tween is not all that serious you can literally make a whole new set of frames in reverse and just play it from that keyframe.

    That's the poor man's reverse tween.

提交回复
热议问题