PDA

View Full Version : Go to a random frame label?


DavidJJ
02-07-2002, 05:15 PM
What frame action would you put in the first frame of a long piece that would make the movie jump to a random frame label.

I've labelled 25 frames using the frame label names 1-25 (easy to remember that frame name) but can't figure out how to make the actionscript in frame 1 jump to one of these labels.

Is this simple?

Thanks for any help.

David
artspin@REMOVESPAMmac.com

Billy T
02-07-2002, 09:33 PM
ok I think flash has trouble with frame labels that are just numbers

have a look at the attached file

cheers

mdcks
04-12-2004, 08:19 AM
I downloaded the above attachemnt, can you explain me how it actually works? I am very much a beginner at this. but it could help me solve a little flash random issue I have.

Thanks.
Mike

mum2y
04-18-2004, 05:48 AM
I would labelad the frames - f+i

in frame 1 :
gotoAndStop("f"+random(25));