I try to build an player with looping, but the looping should wait a few seconds befor starting the song angain.
So I added a player to my card and put the folloing code in thi splayer element:
Code: Select all
on playerFinished
if the hilite of button chk_effects1 is true then
wait for 3 seconds
set the currentTime of player "player_effectsslot1" to zero
start player "player_effectsslot1"
else
end if
end playerFinished
Thanks for your help
Benny