How do you do a bitmap morph tween in Actionscript? I would like to morph a Panel into a Button, using BitmapData or something but I have no idea where to begin.
+1
A:
Fading+resizing will be a simple solution. Any tweening library, like Tweener, Tweenlite will do the job. In this case the Button will be usable after transition too.
If you mean real image morphing, sorry I haven't seen any as3 library for that yet.
Andy Li
2009-11-02 13:28:39
cool, I figured I should just do that, I'm realizing image morphing would require you to probably define "morphing points" and such, which is a little too much. Here's an example of one: incomplet.gskinner.com/index2.html#morph
viatropos
2009-11-02 17:42:13
wow! I haven't noticed this site from gskinner! :)
Andy Li
2009-11-02 18:04:19
A:
The best way is to use a 3rd party morph program and embed the video into Flash.
elmonty
2009-11-22 20:08:05