Hey,
i made a "Lucky Wheel", after the wheel stops and if the player win something a music should play, now my problem:
i've made two variables called "spinisover" and "checkforwin",
now if the wheel should stop the variable "spinisover" will be set to "true" und after that he should check if there is a win with "checkforwin" (also true/false).
The problem is that he doesnt check "one time", and if there is a win the music sample will be played over and over again and this cause a horrible sound.
Any ideas how to fix this? (The music should start ONLY ONE TIME if the condition is true)