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.
Right-click on the first one
and add the following script in the action properties:
On (Press)
Begin Tell Target ("/loops")
Go to and Play ("loop1")
End Tell Target
End On
Do this for every button, but
change the name of the label depending on the actual label you are targeting
in your loops movie clip instance.
For the Mute button, add the
following script:
On (Press)
Begin Tell Target ("/loops")
Go to and Stop ("Mute")
End Tell Target
End On
You've just created your dynamic
music scene.
Note that this example describes
the process and assumes everything is in the same level. But if you decide
to put your music loops on a different level (level 1 for example), and that
your buttons on your main movie (level 0, for example), you have to tell your
button to target the right level by adding the level in your target, like
this: Begin Tell Target ("_level1/loops"). This will make your movie
more effective between scenes!
Composer for the past 10 years, Robert has worked on different projects such as film, television and website development. Composing, arranging, recording, and mixing most of his material, he has developed many skills necessary in today’s cultural and multimedia industry.