Why do we need a "speed" variable? This variable isn't keeping track of anything like score or lives ... but it will make coding a lot faster for us later.
Grab a "when green flag clicked" and connect a "repeat __" loop. Inside the repeat loop, put a "change Y by __" block. Change Y by -10. Do this for all 3 of your random sprites.
Find the code where you initialize "speed" to -3 and change -3 to any other number. Then press the green flag. This is way easier. It's only one number to change. All the other sprites will be automatically updated because they're using the "speed" variable.