Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Make a button at frame 1, and place it on stage. This button should launch
the typewriter,
so it has to have a little piece of code attached to itself (rightclick the
button, and chose actions).
o the button has these actions:
on (releasee) {
play();
}
Thats it, three easy steps.
If you are wondering about any of the commands used, they are all very good
explained in the actionscript dictionary.
To open up the dictionary, press F1 while inside flash :o)