subject

P2 laser works as intended but P1 laser does not function, it kills itself when it fires and doesn't deal damage to any P2 tank. }
for(var laserIndex1 = 0; laserIndex1 < p1laserFollowerList. length; laserIndex1++)
{
if(p1laserFollowerList[laserIndex1] .isTouching(p2TankBase) && p2Invicible == false)
{
p2CurrentHealth -= 3.5;
p2Invicible = true;
setTimeout(function()
{
p2Invicible = false;
}, 1500);
}
}
for(var laserIndex2 = 0; laserIndex2 < p2laserFollowerList. length; laserIndex2++)
{
if(p2laserFollowerList[laserIndex2] .isTouching(p1TankBase) && p1Invicible == false)
{
p1CurrentHealth -= 3.5;
p1Invicible = true;
setTimeout(function()
{
p1Invicible = false;
}, 1500);
}
}


P2 laser works as intended but P1 laser does not function, it kills itself when it fires and doesn'
P2 laser works as intended but P1 laser does not function, it kills itself when it fires and doesn'

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 13:30, ReaLily
1. technician a says horsepower information can be used by consumers to compare the power of different automobile engines. technician b says that manufacturers will often list the horsepower output of their engines in the online service information. who is right?
Answers: 2
image
Computers and Technology, 23.06.2019 20:30, lucywood2024
What is the biggest difference between section breaks and regular page breaks
Answers: 1
image
Computers and Technology, 24.06.2019 00:30, lovemusic4
Setting up a home network using wireless connections is creating a a. vpn b. lan c. wan d. mini-internet
Answers: 2
image
Computers and Technology, 24.06.2019 01:00, arturocarmena10
The initial tableau of a linear programming problem is given. use the simplex method to solve it. x 1 x 2 x 3 s 1 s 2 z 1 2 4 1 0 0 8 3 4 1 0 1 0 10 minus3 minus12 1 0 0 1 0 the maximum is nothing when x 1equals nothing, x 2equals nothing, x 3equals nothing, s 1equals3, and s 2equals0. (be sure to simplify to lowest terms if necessary.)
Answers: 2
You know the right answer?
P2 laser works as intended but P1 laser does not function, it kills itself when it fires and doesn't...

Questions in other subjects:

Konu
Biology, 03.09.2019 10:10
Konu
Mathematics, 03.09.2019 10:10