I want if you chose 1 or 2 or 3 it makes the sprite look different for each number, but it won’t work
here is the game https://makecode.com/_Paq5m6cD3bMs. can you please help me?
Do this…
set "number" to [ask number]
If [number] === 1 then
set my sprite image to [image]
else if [number] === 2 then
set my sprite image to [image]
else if [number] === 3 then
set my sprite image to [image]
or…
Hope this helps!
Just like @purna079 I was wondering how to do this. This helped me as well. I was wondering if it could show a preview of the sprite when you select a number?
Thank you both!