Halu Posted March 16, 2021 Share Posted March 16, 2021 Hey All! I'm trying to play a music file from the middle of it. I wrote this code: const music = scene.sound.add('music'); music.play() music.setSeek(36000); but it still plas from the start of it.. Any ideas? Link to comment Share on other sites More sharing options...
Recommended Posts