guitarjunky
06-07-2005, 01:00 AM
I have been trying to get scrolling text to function properly, but I seem to have run into a major problem. When I test load the movie, the buttons appear but the text is missing from the page. The text box is within a movieclip named "papers" that is within the main movie. I can't seem to figure out why I can see the text in editing mode but not when I create the .swf file
I have created a dynamic text box with scrollable functionality enabled as well as the buttons up and down which would control the box. Here's my code:
up arrow: on (press) {news.scroll -=1}
down arrow: on (press) {news.scroll +=1}
the instance of the dynamic text box is "news"
I would greatly appreciate any help/tips for a beginner at flash.
I have created a dynamic text box with scrollable functionality enabled as well as the buttons up and down which would control the box. Here's my code:
up arrow: on (press) {news.scroll -=1}
down arrow: on (press) {news.scroll +=1}
the instance of the dynamic text box is "news"
I would greatly appreciate any help/tips for a beginner at flash.