attract
attract copied to clipboard
Loop playing music issue
I find some issue of loop playing music. If I write loop = true, then the music play once and then quit AM. I am using windows 10 [10.0.17134.228]. Please fix. Thanks.
local mysong = fe.add_sound("music-1.mp3"); mysong.playing = true; mysong.loop = true;
me too. My code is similar with above. I'm also using windows 10 (64bit)