Hi all
I need help with a Xmas project I am creating for my daughter. I have an mp3 with santa bells and saying ho ho ho.
I would like Audio to play every hour.
I have tried the code below but it keeps looping, till I change to true, false.
I have also tried adding a timer but I am doing something wrong.
Can anyone help please.
I need help with a Xmas project I am creating for my daughter. I have an mp3 with santa bells and saying ho ho ho.
I would like Audio to play every hour.
I have tried the code below but it keeps looping, till I change to true, false.
Code:
Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\1 Sleigh Bell Hohoho (Christmas Sound Effects Fx).mp3", true, true);
Can anyone help please.
Comment