hi im making a space invaders game and i am stuck on two things:
1)the laser keeps going through the space invaders.
2)how do i get the mothership to come when the points reach a multiple of something e.g. every 1000 points. so a mothership at 1000 points,2000 points,3000 points,4000 points etc.
Thanks for reading
Offline
Welcome to Scratch.
If you need any more help, just ask. It is not any inconvience. We live to serve.
But seroisly, don't hesitate to ask. Good luck on the project.
Offline
Hello, Raakuth!
I have a solution (hopefully) for the second problem.
Create a variable called points
<{ points }>
Then try the following script
<when green flag clicked>
<forever if><( <{ points }> <=> (( <pick random( 1 )to( 20 <*> 1000 )) )>
<broadcast[ mothership down ]
Hope this works!
TreacLE_24
Offline