PDA

View Full Version : Pre-made Progress Bar component in MX 2004


jnbuben
03-13-2004, 08:46 PM
???

Greetings,

This is about as newbie as component problems get, but...

I finally got the standard progress bar component to work, but now I can't figure out how to make the little f*cker disappear when the movie is 100% loaded! I used the 'event' mode of the p-bar, and just followed the instructions for using it, but it doesn't explain how to make it change its 'visible' parameter to false afterwards. Can someone help me?

Thanks a lot for your help!


menuAsloader.autoLoad = true;
menuAsloader.content = "http://home.uchicago.edu/~jnbuben/menu.swf"
pBar.source = menuAsloader

Cyber_one
03-21-2004, 10:58 PM
code for making the bar disapear on (complete) {this._parent.mypBar.setVisible(false);