Flash Question?
Flash Question?
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- lvl_130
a really lame response but a quick fix that would work:
create an mc with a keyframe with and each frame AS to call each in.
then.
on (press) {
yourMc.gotoAndStop ((random(totalFrames))+1);
}sorry this solution as i said above is lame, but it will work.