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~~~~~~~~~!
// [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~~~~~~~~~!