Random Screensaver

Developing a flash-screensaver thingie, where I have setup at least 14 different movies showing a picture and a bio, was wondering how I could make it so they show randomly? Thanks.

hi,

simple, creat a function that accept picturs random wise.

if u arrange it frames you can write like this
totalpict total pictures you have

ran_num=random(totalpict)+1
gotoAndStop(ran_num)

if u want to show a picture only once till you show all other pictue(i mean aviod repeating) then you can go for an array and store the numbers you generate. and check the array to aviod repeat. when totalpict equal to your array’s length clear the array

i hope you got it.

regards
ajok
ajok@indiatimes.com