attract icon indicating copy to clipboard operation
attract copied to clipboard

Loop playing music issue

Open kent79 opened this issue 6 years ago • 1 comments

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;

kent79 avatar Aug 24 '18 01:08 kent79

me too. My code is similar with above. I'm also using windows 10 (64bit)

nayasis avatar Apr 04 '19 15:04 nayasis