Spider 4 beta3 Loadimage
Posted: Sun Aug 30, 2026 5:39 am
Code: Select all
pic=LoadImage(#PB_Any, "Data/SpiderBasicLogo.png", #PB_Async)
Without "#PB_Async" pic=100000
Code: Select all
pic=LoadImage(#PB_Any, "Data/SpiderBasicLogo.png", #PB_Async)