# Help: ordered data set

**URL:** https://forum.kirupa.com/t/help-ordered-data-set/116433
**Category:** Uncategorized
**Created:** [July 18, 2004, 1:25am UTC](https://forum.kirupa.com/t/help-ordered-data-set/116433 "2004-07-18T01:25:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Veryfine007](https://avatars.discourse-cdn.com/v4/letter/v/b9e5f3/32.png) [@Veryfine007](https://forum.kirupa.com/u/Veryfine007)
#### Post date: [July 18, 2004, 1:25am UTC](https://forum.kirupa.com/t/help-ordered-data-set/116433/1 "2004-07-18T01:25:02Z")

</div>

I’m creating a timeline to stop a movieclip at specific times.

Using setInterval I’d like to use an if statement to pause my movieclip at each of the times indicated by variableTimes:

variableTimes = [15, 20, 25];  
if(myTimer=variableTimes){  
myMovie.stop();

However, I can’t seem to figure out how to give variableTimes three independent variables. Help?
