Another unintellegent question

Ok im working on a type of game where its rock paper scissors each one is a button. Im wondering if its possible for the game to throw a diffrent thing (rock paper scissors) each time. Or if you could just change what keyframe the buttons link to each time. Thanks in advance.
~JON~

Make a movie clip with 3 keyframes, one for each movie, and then make it do

frame=Math.floor (Math.random(3)+1) ;
gotoAndStop (frame);

pom :asian: