[an error occurred while processing this directive]


HTML | CSS | SEO | PHP | ASP | Joomla |

Related Link

Bookmark and Share


1000 rs Web Space
Internet Note by Santhosh
Free Web Headers and Banners
toolbar powered by Conduit

Building Easy Text or Images Scrolling with Flash MX 2004

Home | Flash Tutorials

Previous Page

7. Select the "Mask and Content" layer and with the "Rectangle Tool" draw a white rectangle within the black shape. Convert shape into the movie.
Screenshot

8. Type in the movie instance name to "text"
Screenshot

9. Above the "Buttons" layer create a new blank layer, call it "Control".
Screenshot

10. Press "Ctrl+F8" to create a new symbol. Call it "control". You will see the blank screen appear but do not worry. We will need this movie to hold an action script coding which will be used to calculate up and down the movement of our text layer.
Screenshot

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

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();
Screenshot

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);
}
Screenshot

14. Select the third frame and add the action script code:
gotoAndPlay(2);

Next Page

 

 



Sponsers