SWF::Morph - SWF Morph Class
use SWF::Morph;
my $morph = new SWF::Morph();
SWF::Morph twist from one shape to another.
- new SWF::Morph();
-
Returns an SWF::Morph object.
- ($shape1, $shape2) = $morph->getShapes();
-
Returns two SWF::Shape objects. The first one ($shape1) is the morph's starting shape while $shape2 is its final shape. You may also use "getShape1()" and "getShape2()" methods to get a handle of these shapes.
- $shape1 = $morph->getShape1();
-
Returns the morph's starting shape.
- $shape2 = $morph->getShape2();
-
Returns the morph's final shape.
Soheil Seyfaie (soheil@netcom.ca).
SWF, SWF::Button, SWF::DisplayItem, SWF::Shape, SWF::Sprite, SWF::Movie, .