Hi Wes.

The ColladaLoader class that is used in the Awaybuilder examples extends URLLoader, so you should be able to listen out for any of those events. URLLoader dispatches a ProgressEvent.PROGRESS that you can listen to for your preloader.

Cheers,
.andreas



On 23 Apr 2009, at 21:57, wesm wrote:


Hi,

I would like to build a progress bar for loading my awaybuilder scene.
I didn't see a progress event for loading Collada model.

I am using Event.COMPLETE to call a loadComplete function, but there
doesn't seem to be a Event.PROGRESS.

loader.addEventListener (Event.COMPLETE, this.loadComplete);

I am new to away3d and AS3, so I apologize for the simple question.

Thanks,

Wes

Reply via email to