Page 1 of 1

pb_event_loading is the wrong term

Posted: Sat Feb 06, 2016 3:49 pm
by SinisterSoft
re:

; Register the loading event before calling any resource load command
BindEvent(#PB_Event_Loading, @Loaded())
BindEvent(#PB_Event_LoadingError, @LoadingError())

imho:

#pb_event_loading should be called whilst the file is loading, with a parameter to show how far along the file is.

There should be 1 more event:

#pb_event_loaded this should be called like the current #pb_event_loading as it actually means the file has loaded!