PDA

View Full Version : Progress bar.......


Jimbly2
10-13-2005, 03:50 PM
Hi..

I'm new here - been using Flash since version 3, but still stumbling blindly through the actionscripting! ( Designer brain, not coding brain).

Anyhow, I have an image gallery with a preloader for the dynamically loading content ( using loader component). I want to add a little spinning animation on a layer above the progress bar, which then disappears when the progress bar completes and disappears.

Tried all I can think of - this code attached to the PB:
on (complete) {
this._parent.shutter.setVisible(false);
}

( the spinning animation mc is called 'shutter'.) It doesn't work though. Also tried putting some clipevent script on the spinny thing itself - still no good. Any ideas anyone?

cheers
Jim:rolleyes: