# updateInterval

**URL:** https://forum.kirupa.com/t/updateinterval/216959
**Category:** flash
**Created:** [February 21, 2007, 11:20pm UTC](https://forum.kirupa.com/t/updateinterval/216959 "2007-02-21T23:20:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![andrewfitz](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/andrewfitz/32/765_2.png) [@andrewfitz](https://forum.kirupa.com/u/andrewfitz)
#### Post date: [February 21, 2007, 11:20pm UTC](https://forum.kirupa.com/t/updateinterval/216959/1 "2007-02-21T23:20:19Z")

</div>

Is there a way to update an interval that’s already started?

Like say I have an interval of 1000 ms, I want to change it to 3000 ms. Is there anyway to update it without clearing and setting a new one? The reason for this would be to tween an interval. So I want the interval to go from 1000 to 3000 in say 5 seconds, I could use a tweening engine to tween it. I tried using a set/get function, but that doesn’t work because the interval keeps reseting.

Thanks.
