actionstript random frame question
actionstript random frame question
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- nebrow0
even simpler:
i put this in my first frame
gotoAndStop (int(Random(4)+1));
that works...i dunno wtf that code i first posted was doing...
thanks for the help though!