Preload

Ok another obvious question I don’t know. How can make a loading screen. Very simple with no percentage or no load bar. Just a plain and simple load screen?

the same way you would do it with percentage or bar but without percentage or bar ?? :sigh: :stuck_out_tongue:

this.onEnterFrame = function() {
	if (this.getBytesLoaded() >= this.getBytesTotal()) this.play()
}
stop()

http://www.kirupa.com/developer/mx/preloader.htm
http://www.kirupa.com/developer/mx/percentagepreloader.htm
http://www.kirupa.com/developer/mx/percentage_loader.htm