well, I have a mac, but my friend has a pc...
Sorry, didn't realize how much that mattered...anyway, is that enough info for you to at least generally describe how? thanks...
I am trying to make a page choose a random music selection and then play it...
I use this as the random function...
function get_random()
{
var ranNum= Math.round(Math.random()*10);
return ranNum;
}
I use this to select the music being played...
function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.