The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:SWF-Builder YSAS"

SWF::Builder - Create SWF movie. River stage zero No dependents

*SWF::Builder* is a wrapper of *SWF::File*. It provides an easy way to create SWF6 movie. The SWF movie consists a dictionary of character definitions and a hierarchical group of movie clips. You create a movie by following steps: 1. create a '_root'...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Gradient - SWF gradient object. River stage zero No dependents

Gradient object is a kind of fill styles of shapes. Colors are interpolated between the control points determined by ratios. Each gradient has 1-8 control points. $gr = $mc->new_gradient returns a new gradient object. $gr->add_color( $ratio, $color [...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::ActionScript - SWF ActionScript object. River stage zero No dependents

SWF::Builder::ActionScript supports some simple actions and compiling ActionScript compatible with FlashMX. Constructors Methods for movie clip to create a frame action and a clip action. These return an SWF::Builder::ActionSctipt object. $as = $mc->...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Character::Text - SWF static text object River stage zero No dependents

This module creates static texts, which cannot be changed at playing time. $text = $mc->new_static_text( [$font, $text] ) returns a new static text. $font is an SWF::Builder::Font object. $text->font( $font ) applies the font to the following text. $...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Character::Font - SWF font object River stage zero No dependents

This module creates SWF fonts from TrueType fonts. $font = $mc->new_font( $fontfile [, $fontname] ) returns a new font. $fontfile is a outline font file name or an indirect font name. The font file name should be specified a full path name. Supported...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Character::Sound - SWF Sound character River stage zero No dependents

This module creates SWF sound characters from MP3 or raw Microsoft WAV files. $sound = $mc->new_sound( $filename ) loads a sound file and returns a new sound character. It supports only MP3 now. $sound->play( [ %options ] ) plays the sound. Options: ...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Character::Bitmap - SWF Bitmap object River stage zero No dependents

SWF supports JPEG and lossless bitmaps. $jpg_bm = $mc->new_jpeg( JPEGFile => $filename / JPEGData => $jpegdata, AlphaFile => $filename / AlphaData => $alphadata / Alpha => $alpha ) $jpg_bm = $mc->new_jpeg( $filename ) returns a new JPEG bitmap. It ca...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Character::Shape - SWF shape character. River stage zero No dependents

SWF shape is defined by a list of edges. Set linestyle for the edges and fillstyle to fill the enclosed area, and draw edges with 'pen' which has own drawing position. Most drawing methods draw from the current pen position and move the pen to the la...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Character::EditText - SWF dynamic editable text object River stage zero No dependents

This module creates dynamic editable text objects, which can be changed at playing time. Basic dynamic editable text object $etext = $mc->new_edit_text( [$font, $text] ) returns a new basic dynamic editable text object. It has interfaces to raw Defin...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC

SWF::Builder::Character::MovieClip - SWF movie clip object. River stage zero No dependents

Movie clips are sub movies which can be included in other movie clips. They have their own timeline, child instances, and actions. An SWF::Builder::MovieClip object has character constructors and other methods for movies. See SWF::Builder. Each insta...

YSAS/SWF-Builder-0.16 - 20 Mar 2007 15:34:56 UTC
10 results (0.03 seconds)