pb_event_loading is the wrong term

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
SinisterSoft
Posts: 77
Joined: Sun Apr 06, 2014 11:41 pm
Location: Preston, UK
Contact:

pb_event_loading is the wrong term

Post 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!