Arlefreak Posted October 27, 2013 Share Posted October 27, 2013 I have been playing with Phaser and i have this, I'm new to java script and i don't know if the things I'm doing are the right ways to do them, so any feedback to improve my code would be nice Also When I resume the music using (pause the music pressing P, i will add a button later).music.resume(); the music starts over again, am I doing something wrong ? When I finish I would maybe do a post about my experience starting with Phaser so others could learn from my mistakes. Link to comment Share on other sites More sharing options...
rich Posted October 27, 2013 Share Posted October 27, 2013 Music pause and resume should resume from the point it paused and not restart, but to be honest I've only tested this fully with Web Audio, so if it has fallen back to the Audio tag method it's possible that isn't resuming correctly (in which case I need to fix it, so please file a bug Link to comment Share on other sites More sharing options...
Arlefreak Posted October 28, 2013 Author Share Posted October 28, 2013 Thanks! will do. Link to comment Share on other sites More sharing options...
Recommended Posts