I got a little problem !
I want to randomly play 4 sounds, but only when I'm on a specific card
I'm using this code on the script of my card
on loop do random["dove_1","dove_2","dove_3","dove_4"] end
But even when I'm moving to another card, the script keeps on playing randomly the 4 files.
How should I do to stop the sound playing when I'm not on my card ?
EDIT : I found it ! I needed to add - play[0 "loop"] - when moving to another page ! sorry for this useless post