How would I make a title play between two different songs randomly.
I used this (sound1 is a variable).
sound1=rand(2);
if(sound1=1)
{
playmusic..........blah blah
}
if(sound1=2)
{
palymusic...... blahh
}
but once i did it, it only played one song and the other one wouldnt play.
could you guys help
/