# Number1 = 8 Seconds Less Than Number2?

**URL:** https://forum.kirupa.com/t/number1-8-seconds-less-than-number2/332231
**Category:** flash
**Created:** [March 16, 2014, 5:26am UTC](https://forum.kirupa.com/t/number1-8-seconds-less-than-number2/332231 "2014-03-16T05:26:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chevron8669](https://avatars.discourse-cdn.com/v4/letter/c/9f8e36/32.png) [@chevron8669](https://forum.kirupa.com/u/chevron8669)
#### Post date: [March 16, 2014, 5:26am UTC](https://forum.kirupa.com/t/number1-8-seconds-less-than-number2/332231/1 "2014-03-16T05:26:53Z")

</div>

I have a count up timer that is a custom input one i made using arrays and number vars and what i am wanting to do is make it detect if seconds is 8 less then the users custom inputted seconds at the moment I have seconds detection like this

```auto
TicSecs == Timer_Control[3]

```

But I am not sure what operator to use to make it do something 8 seconds before it reaches Timer\_Control[3] s value.

Any help would be appreiciated thanks in advance
