Flashadvisor logo
:: Desktop Shortcut
:: Flash Help
Advices from Experts

 Submit Here! · Link to Us · Newsletter · Tell a Friend ·

      Add Tutorial |

 

Advertise here

Create Speaking Characters for your website and Flash movies. 15 Day Free Trial




PHP Scripts

 

 Home > Tutorials  > Beginners

Building Easy Text or Images Scrolling with Flash MX 2004

Author: Oleg Lazarenko | Email
Website : www.metamorphozis.com


Advertisement

11. Now create 2 blank layers in the "control" movie. Call them "Up" and "Down".



12. 12. Create 3 blank keyframes in the "Up" layer. Add the following action script code to the first frame of the "Up"

layer:
stop();




13. Select the second frame and add action script code:

y = getProperty("_root.text.content", _y);
if (y>100) {
gotoAndStop(1);
} else {
setProperty("_root.text.content", _y, y+6);
}




14. Select the third frame and add the action script code:

gotoAndPlay(2);


15. Select the fourth frame of the "Down" layer and create a blank keyframe. Add the following action script code:

stop();




Download Source File

| 1 | 2 | 3 | 4 | 5 |

Rate This Tutorial :
We hope the information helped you. If you have any questions or comments, please don't hesitate to post them on the Forums section
Submit your Tutorial at Click Here
  

Home | About Us | Contact Us | Feedback | Advertise with us

Best viewed in 800x600 resolution with Internet Explorer.

Site Developed and Hosted by  ethicsolutions.com
All rights reserved with FlashAdvisor

Flash is a registered trademark of Adobe Systems, Inc.

8 users online