# Two Questions

**URL:** https://forum.kirupa.com/t/two-questions/157356
**Category:** Uncategorized
**Created:** [August 1, 2005, 12:38pm UTC](https://forum.kirupa.com/t/two-questions/157356 "2005-08-01T12:38:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![craigxb](https://avatars.discourse-cdn.com/v4/letter/c/edb3f5/32.png) [@craigxb](https://forum.kirupa.com/u/craigxb)
#### Post date: [August 1, 2005, 12:38pm UTC](https://forum.kirupa.com/t/two-questions/157356/1 "2005-08-01T12:38:12Z")

</div>

Two questions…

1. set Interval… lets say you make a movie clip and in that movie  
clip was a setInterval with a certain name. If you had multiple  
instances of that movie clip each using that same setInterval name  
would there be problems, or is the set interval sort of functioning  
like a local variable?

2. I make a movie and it has some tweened animation in it. Can I  
control that animation by extending the movieClip class to do so? In  
other words, could I use create a method in a MovieClip class  
extension that accesses the movie clip’s timeline - so  
myflick.fadeOut would have a method that did a gotoAndPlay(“fade”)  
command?
