PDA

View Full Version : xml slideshow help needed....



Inflicted
September 5th, 2003, 06:10 PM
I thought I'd posted this one already, but after checking I could'nt find it, so here it is again...If I'm wrong, apologies...

I copied a slideshow, it uses xml. How can I change the script and make the slides fade in/fade out? I know nothing about xml. Have enough trouble trying to learn AS! Anyone can help?

regards

j0se
September 6th, 2003, 07:18 PM
[i couldn't see your slideshow]

i presume the xml is already loading the images for you. if they're loades into a movieclip, you could manipulate the clip's alpha property

img_mc._alpha = 0;

then increase the alpha property inside a loop until alpha = 100;
- sorry no code here :(

if that's what you want i'l dig out the code (somebody here helped me with something similar)