scratchjr/src/utils
chrisgarrity f752ff5760 Fix formatting and restart bug
In the current system you can’t have the same sound playing more than once at the same time - this is how it was implemented on Android, so we used the same restriction on iOS.

However in the previous version if you interrupted the sound to play it again, it continued from where it was instead of starting over. So it didn’t appear to do anything. Added resetting the current time to 0.0 on play to restart sounds.
2017-03-14 14:31:18 -04:00
..
Cookie.js Modules pass 2016-01-12 15:08:37 -05:00
DrawPath.js DrawPath module 2016-01-13 17:30:57 -05:00
Events.js Fixing value of Events.dragDiv 2016-01-21 16:49:58 -05:00
lib.js Updating preprocessAndLoadCss to work async 2016-01-13 15:30:06 -05:00
Localization.js Add new languages to ScratchJr 2016-09-06 17:33:17 -04:00
ScratchAudio.js Fix formatting and restart bug 2017-03-14 14:31:18 -04:00
Sound.js Change iOS to use native sound. 2017-03-08 11:16:31 -05:00
SVG2Canvas.js SVG2Canvas.processXMLnode to not getElementById 2016-03-24 14:05:45 -04:00