I am going out of my mind… I am trying to recreate this effect so i can modify it towards my design… the website that best illustrates the banner effect that I am trying to achieve is www.dnastudio.com. I have created the mask that fades the front image out, but i have no clue how to loop the MC so that the random image will fade out. If anyone knows how to do this, please help me. I am working with flash 5. The script that i am using for the random image is:
onClipEvent (load) {
this.gotoAndStop(Math.ceil(Math.random()*this._totalframes));
}
I have a MC with all of my images in it. Also, I have a MC called banner that contains the moving bars and fade out mask in it… the problem i am having is looping the random MC. Can someone please help…
lost in flash
norm1252003