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.
Create a new Movie Clip, give it the name textMC. In the end, this Movie
Clip will be put into a container movie window and will have the part
of the scrollable text (we will use MC textMC placed within MC window
because this way we can easily set the visibility of textMC to 0 when
the person clicks the minimise button, but at the same time still leave the
titelbar visible). textMC has one layer already, rename it to actions.
In the first frame add the following actions:
balkheight = "80";
windowtext = _root.scrolltext;
With the second action we "transport" the variable scrolltext
(which contains our text) from level 0 (_root) to variable windowtext
in Movie Clip textMC. The first line of Action Script sets the variable
balkheight which will be used to calculate the position of the drag-scroll
bar later on
Patrick Jansen is a freelance flash-, graphic- and webdesigner. Born in Holland, currently residential in Brazil. Worked for the compagnies Lectric b.v. (www.lectric.nl) and NIC b.v. (www.notenbomer.nl).