I will try this soon! :) But about rand(); it works just as it's supposed to. If you set rand(10); the return will be between 0 and 9. :) Ah, right, but I have a switch that goes from 0 to 6, it doesn't play number 6 (Which is actually 7) so, I have to set rand to 7. (An edit to my last post, there...