# Another unintellegent question

**URL:** https://forum.kirupa.com/t/another-unintellegent-question/506
**Category:** flash
**Created:** [July 19, 2002, 7:00pm UTC](https://forum.kirupa.com/t/another-unintellegent-question/506 "2002-07-19T19:00:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jon7187](https://avatars.discourse-cdn.com/v4/letter/j/d6d6ee/32.png) [@jon7187](https://forum.kirupa.com/u/jon7187)
#### Post date: [July 19, 2002, 7:00pm UTC](https://forum.kirupa.com/t/another-unintellegent-question/506/1 "2002-07-19T19:00:22Z")

</div>

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~

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 19, 2002, 7:10pm UTC](https://forum.kirupa.com/t/another-unintellegent-question/506/2 "2002-07-19T19:10:46Z")

</div>

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

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

```

pom :asian:
