I am using Flash CS3 - AS 3.0.
I have the following code that I use to make the number of images external: I'm not sure that you are all familiar with Slideshow pro (I don't think you need to help me).
function albumStuff(event:SSPDataEvent) {
if (event.type=="albumData") {
total1.text = event.data.totalImages;
}
}
How do I make the leading zero appearing opposite the number that appears in this text box as long as it is 9 and under?
I hope my question does not confuse.
Shonna
source
share