actionstript random frame question
actionstript random frame question
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- rson0
but what kintec wrote works
number = Math.round(Math.random() * (9)) + 1;gotoAndStop(number);
stop();just replace all the scipt on frame 1