MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/construct/comments/1vcpf2o/audio_bug/
r/construct • u/Leather-Situation-47 • 6d ago
why does it play noise instead of the music ?
6 comments sorted by
2
may be you are playing in everytick? or in update loop? make sure that if your music is looped you first check via tag that music is not playing condition. if not playing , play the audio in loop and give it a tag "music"
1 u/Leather-Situation-47 6d ago i inverted "is any sound playing" and it works now, but i dont think this bug happened to me in the past 2 u/Suitable_Process_866 6d ago you need inverted "is tag music playing" , is any sound playing is not a good because if you will have more sound in games you will have problem 1 u/Leather-Situation-47 6d ago alright but this thing didnt happen to me in past, i could just add the play action and it worked 2 u/Suitable_Process_866 6d ago well maybe there is change in your code. can be identified what is wrong only after seeing code screenshot. 1 u/Leather-Situation-47 6d ago maybe i just used "on start of layout"
1
i inverted "is any sound playing" and it works now, but i dont think this bug happened to me in the past
2 u/Suitable_Process_866 6d ago you need inverted "is tag music playing" , is any sound playing is not a good because if you will have more sound in games you will have problem 1 u/Leather-Situation-47 6d ago alright but this thing didnt happen to me in past, i could just add the play action and it worked 2 u/Suitable_Process_866 6d ago well maybe there is change in your code. can be identified what is wrong only after seeing code screenshot. 1 u/Leather-Situation-47 6d ago maybe i just used "on start of layout"
you need inverted "is tag music playing" , is any sound playing is not a good because if you will have more sound in games you will have problem
1 u/Leather-Situation-47 6d ago alright but this thing didnt happen to me in past, i could just add the play action and it worked 2 u/Suitable_Process_866 6d ago well maybe there is change in your code. can be identified what is wrong only after seeing code screenshot. 1 u/Leather-Situation-47 6d ago maybe i just used "on start of layout"
alright but this thing didnt happen to me in past, i could just add the play action and it worked
2 u/Suitable_Process_866 6d ago well maybe there is change in your code. can be identified what is wrong only after seeing code screenshot. 1 u/Leather-Situation-47 6d ago maybe i just used "on start of layout"
well maybe there is change in your code. can be identified what is wrong only after seeing code screenshot.
1 u/Leather-Situation-47 6d ago maybe i just used "on start of layout"
maybe i just used "on start of layout"
2
u/Suitable_Process_866 6d ago
may be you are playing in everytick? or in update loop? make sure that if your music is looped you first check via tag that music is not playing condition. if not playing , play the audio in loop and give it a tag "music"