Posted: 16th Feb 2022 22:37
I am trying to load random sprites with a easy set up.

I tried this but it gives error's for converting a sting into a ing.


+ Code Snippet
x=random(1,10)
if GetImageExists(Collecting.Image)=0 then Collecting.Image=LoadImage("Zombies\Bird_"+x+".png")	
Posted: 16th Feb 2022 22:40
+ Code Snippet
Collecting.Image=LoadImage("Zombies\Bird_"+STR(x)+".png") 


put those books to work?
Posted: 16th Feb 2022 23:46
put those books to work?


Thank you

I never got the books lol