Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: elusiven on January 31, 2017, 01:21:16 PM

Title: ES2 download sprite & delay
Post by: elusiven on January 31, 2017, 01:21:16 PM
Hiya, for some reason the "Download Sprite" action in ES2, doesn't load the sprite into the ugui image, It's just stuck and doesn't give any errors. If I download the spire and set the load value to ex. sprite1 and then use set property on image's image source and set it to sprite1 then that works. But If i set sprite1 in the load value directly then it doesn't...

Also.. There seems to be a delay in changing the sprites when downloading from internet, I setup a loading screen and after it finishes all actions I hide the loading screen... But the pictures change AFTER I hide the loading screen... Do they download or change async or something?