I put this code into my first frame and it always ends up going to the 2nd frame or just play and then show up blank I have 8 frames and I am using Mask with pictures and some text can someone please tell me what I am doing wrong?
[AS]rando=random(8);
gotoAndStop (rando);
[/AS]