## FOR ILLUSTRATION PURPOSES, code below will not run!! use strict; use SWFAuto::Button; use SWFAuto::Text; my $buttonA = SWFAuto::Button->new(); my $buttonB = SWFAuto::Button->new("I'm a button"); my $textA = SWFAuto::Text->new(); my $textB = SWFAuto::Text->new("I'm a text"); ## SWFAuto::Text::new is called 4 times!