Photoshop Tutorials, Flash Tutorials, 3Ds Studio Max Tutorials, Web Design Tutorials

Home  |  Submit Tutorial  |  Top Sites  |  Free Templates (NEW)  |  Website templates  |  Privacy Policy  |  Link Exchange  |  Contact Us

Recommended Hosting:
Host Unlimited Domains on 1 Account
1500GB storage and 15000GB bandwidth for $6.95/mo!
Recommended Hosting:
Host Unlimited Domains on 1 Account
1500GB storage and 15000GB bandwidth for $6.95/mo!

Welcome To ProDesignHost.com Flash Tutorials Area - Calling Frames in Dynamic Movie

This tutorial was written for the Flash Designer software, which allows you to create flash animations in a much easier way than by using Macromedia Flash. You may get Flash Designer here.

The text will scroll when you move the mouse over the arrows.

Follow the steps below:

1. Launch Flash Designer and create a blank document.

2. Set the frame delay to "Stop" ("Frame" > "Frame Delay").

3. Size the frame at about 300x200 ("Frame" > "Frame Size").

4.Create a new dynamic text paragraph and enter a very long text with many line breaks.

image 1

5. Choose "Item" > "Placement Properties" and make sure the item name is "HTMLText1". Rename it if necessary. Click OK.

6. Choose "Frame" > "Insert from Gallery", select "Down" and click OK to insert down button. Repeat the same an insert "Up" button.

image 2

7. Position both triangles at the right

image 3

Next define ActionScript code:

1. Choose Frame > ActionScript and enter:

function scrl()
{
HTMLText1.scroll=HTMLText1.scroll+scrolldelta;
}
setinterval(scrl,100);
//setinterval runs the "scrl" function every 100 milliseconds
//scrl function adjusts txt.scroll by the value of "scrolldelta"
//the variable "scrolldelta" will be 1,-1, or 0

2. Select up arrow, choose "Item" > "Actions" > "OnOver" and enter the following ActionScript code:

scrolldelta=-1;

3. Choose "Item" > "Actions" > "OnOut" and enter the following ActionScript code:

scrolldelta=0;

4. Select down arrow, choose "Item" > "Actions" > "OnOver" and enter the following ActionScript code:

scrolldelta=1;

5. Choose "Item" > "Actions" > "OnOut" and enter the following ActionScript code:

scrolldelta=0;

Hit F9 to play the file.

OnOver and OnOut actions are executed on mouse events. scrl function executes every 50 miliseconds. To speed up scrolling decrease the delay to 30 or less miliseconds.

Download source project t1037.zip

Author: Selteco.com
Advertisements

Premium Partners

  Free Website Templates - Flash templates, Affordable Website Design, Website Templates, Website Redesign, Custom Website Design, Web Design Tutorials, Flash Tutorials, Promotion Tutorials - that is what we do. Metamorphosis Design Studio offers quality, free and low cost web site templates for your business and personal life, we also offer affordable web design and site re-design.
  Vertex Website Tempales - It saves tones of time and money to use pre-made web designs to build your web site. You need a web site but you don't want to pay thousands dollars to professional web design companies? Our web templates is just for you! They are designed to be easilly edited by your favorite html editor, like MS FrontPage
  Website Design Tutorials - Web site design is an area that simply takes experience to perfect. Get started with these tutorials covering everything from page layout to content tips. At Webdesigntutorials.net you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced Adobe Photoshop, Macromedia Flash MX and 3D Studio Max software.
Free website templates and paid web templates are great tools to make your websites look perfect! You will save time and money with our flash templates and free website templates Our visitors are satisfied with the quality of our free and paid website templates! Please visit our free website templates and paid website templates sections. We offer free web templates, free web layouts, free web page templates and other stuff for free download. All templates come with the html and external css file so you may easily edit HTML with your favorite HTML editor. Feel free to download our free web templates for your personal websites.

Terms of use depend upon the website template vendor.

Home  |  Submit Tutorial  |  Top Sites  |  Free Templates  |  Website templates  |  Privacy Policy  |  Contact Us

All Right Reserved by ProDesignHost.com