Faced a problem.
I have a laser when the laser is superimposed on the player - the sound is played. (when laser 1 all works well)
I use the following conditions.
- When the Player is superimposed on the Laser, then the sound plays.
- When the player is not superimposed on the laser - stop the laser sound
The problem arose when I became 3.
Since they all fulfill the condition
- If the player is not superimposed on laser 1 - then stop the sound
- If the player is not superimposed on laser 2 - then stop the sound
- If the player is not superimposed on the laser 3 - then stop the sound
Therefore, when Laser 1 is superimposed on the Player, the sound still does not play, since, by the condition above, it stops.
How to make a condition?