My student is trying to get the last sprite to move off the screen after the “explosion.” I’ve tried many different scenarios with no good results.
https://studio.code.org/projects/gamelab/WR8T7X17tgda2c4uOKPpx4pZ3gIqf8dHVnN9T_ygkqs
My student is trying to get the last sprite to move off the screen after the “explosion.” I’ve tried many different scenarios with no good results.
https://studio.code.org/projects/gamelab/WR8T7X17tgda2c4uOKPpx4pZ3gIqf8dHVnN9T_ygkqs
Audrey,
Is it to disappear or move off the screen.
If it’s to disappear use the .visible
block and set it to false.
If it’s to move off the screen, use an if
statement that when the explosion happens, the sprites x value decreases (to move to the left) in a loop or certain number of times.
Let us know if those work!
Brad
That worked - thank you so much!