Hi all,
can someone please help on that ?
In my -let's say- game, I have a sprite called "a" and I have some other hidden sprites "b1", "b2", "b3"
Sprite "a" is blank (white image) when game starts.
The other 3 "b" sprites have from one different image each.
How can I make it so that when I press a button, to load the image from sprite b1 or b2 or b3 to sprite a ?
Is there some command like a.image = b1.image or maybe a.loadimagefromsprite(b) or anything similar ?
Thank you.