We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e873f04 commit fe938b8Copy full SHA for fe938b8
1 file changed
web_projects/pic_40a/Shooter/Shooter.js
@@ -54,7 +54,7 @@ function alienStartMove(idNum, yPos) {
54
document.getElementById("alien" + idNum).style.top = yPos + "px";
55
yPos += alienSpeed;
56
alien_event_id = setTimeout(alienMove_function, alienUpdateRate, idNum, yPos);
57
- if (yPos > 200)
+ if (yPos > 615)
58
{
59
clearInterval(alien_event_id); // Clear the update for this alien
60
destroyAlien(idNum);
0 commit comments