PDA

View Full Version : Another unintellegent question



jon7187
July 19th, 2002, 04:00 PM
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~

pom
July 19th, 2002, 04:10 PM
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: