[Papervision3D] preloading collada files or loading from library

Ross Hulford ross at welovethedesign.com
Tue Jul 14 04:34:34 PDT 2009


Thanks, worked a treat!
On 14 Jul 2009, at 12:15, Javier España | javierespana.com wrote:

> private function onComplete(event:FileLoadEvent):void{
>      ///
>      txt.text = "LOADED 100%";
> }
>
> private function onProgress(event:FileLoadEvent):void{
>      ///
>      txt.text = "LOADED " + Math.round((event.bytesLoaded /  
> event.bytesTotal) * 100) + "%";
> }




More information about the Papervision3D mailing list