Hi,
A little tiny error in the documentation ->loadSound:
mySound.load(“beat.mp3”);
you can also supply folder paths:
mySound.load(“sounds/beat.mp3”);
should be : mysound.loadSound
Hi,
A little tiny error in the documentation ->loadSound:
mySound.load(“beat.mp3”);
you can also supply folder paths:
mySound.load(“sounds/beat.mp3”);
should be : mysound.loadSound
Thanks Martial for spotting that!
Updated it.
Theo