Yes, Wanna make like that. But i cann’t make all.
So can u explain more about dynamic text ?
And where put that script? on button or frame
Also what’s difference between _root.myText and myText?
Sorry about that i ask so many questions.
And Thanks for all your advice.
That code goes on a frame.
Dynamic text is just a textbox whos text can be updated/changed via actionscript or an external file. You can set an Instance name or a Var name (Flash 5 uses Var names, I think that may be why they kept it, but I don’t know the whole story with that, I always use instance names)
The difference between _root.myText and myText is that _root.myText checks the _root (main) timeline for the myText instance name, but myText checks the current timeline that the actions are on for the myText instance name.