Sorry, I have a terrible habit to read to first part and try it without reading the rest 
It seems to be beeping at the same rate even when I’m out of the distance. I’m falling from thousands of feet in the sky to the detectable object but no matter how far or close, it’s constant beeping at the same pace. I used the same numbers as you.
I could send a video if you would like.
Falling doesn’t give it enough time to adjust.
Try placing it on the ground, and walking up to it from quite a distance away. To give you an idea, a cube is 100, so 3000 is 30 cubes away.
Alright, I did not know that. It definitely help the speed and you helped a ton!
Just 2 more things, that’s all!
- My audio, which is a singular beep repeating over again, sometimes overlaps as it gets closer or in general.
- How would I have it so there is no sound when I’m out of range?
(This is the overlapping beeping)
1a Make the sound shorter.
or
1b Use spawn sound 2D instead of play
- Change the code. You need to do the distance check before you decide if you want the beep to play. I will come back in a while ( have to do something now… )
Fantastic, thanks for your all your help, you’ve been a hero. Just reply whenever you are ready again. 
To get it to not beep when out of range, move the beeping loop to its own event like in my post above instead of begin play.
What does the Clamped Value/Alpha value start for?
It’s a variable, you just set it here
Also, you need the other line from the branch
I was wondering if it should be anything besides Zero, and if so what will it affect?
You don’t set it, it gets set here

Thanks for your help so far.
I see the set and I promoted it to a variable to set it. Was that correct? Because I’m getting more errors than beeps lol.
![image|690x317]
Can you show the whole thing?
It won’t work at all unless you plug the variable in here

The VARIABLE! 
If you plug it in directly ( like you have ) it’s get calculated twice.
Is there anything else to this? I don’t have beeps.
I’ve tried it. It works.
If you don’t get it, you have to stop second guessing me, and copy the code 
1 Like
I’m definitely not doubting you, just seeing if there was anything else I did wrong. I’ll try it and will get back to you.
1 Like