# % math

**URL:** https://forum.kirupa.com/t/math/280151
**Category:** flash
**Created:** [January 23, 2009, 1:06pm UTC](https://forum.kirupa.com/t/math/280151 "2009-01-23T13:06:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [January 23, 2009, 1:06pm UTC](https://forum.kirupa.com/t/math/280151/1 "2009-01-23T13:06:50Z")

</div>

Ok…

I have a game where in an ideal situation the players needs to press 12 times in the correct sequence to win.

However they are more likely to click incorrectly.

How can I do a percentage to indicate how well they have clicked?

does this look right?

```auto
(100-(_root.clickcount/12))

```
