views:

319

answers:

2

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
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
wow! I haven't noticed this site from gskinner! :)
Andy Li
A: 

The best way is to use a 3rd party morph program and embed the video into Flash.

elmonty