PDA

View Full Version : scroll text



handsomer100
04-10-2005, 01:57 AM
I want to do a scroll text,so in AMS4 template ,there has a mp3player,i use actionscript 4 to see this swf code:
// [Action in Frame 1]
scrollText = scrollText.toUpperCase();

// [Action in Frame 2]
stop();
for (i = 0; i < 7000 / (scrollSpeed + 1); i++)
{
} // end of for
myChar = scrollText.substring(0, 1);
myString = scrollText.substring(1, scrollText.length);
scrollText = myString + myChar;
play();

when i make one follow this~~~~~but the dynamic can`t receive the value and display it~~~~~~
P.S. use the swf which in AMS 4 template is ok!
AMS 5 send the value is ok ,too!

Who can tell me how to do that~~~~Any one can make a simple fla to me?

Thx~~~~~~~~~!

longedge
04-10-2005, 03:50 AM
Hello, I'm not quite sure exactly what you need but the example I posted HERE (http://www.indigorose.com/forums/showthread.php?t=10972&highlight=label+text) might help. It scrolls text into a label object.

Ahh... I just re-read your post - are you asking for someone to create an .fla for you. If so this won't help.