all groups > flash actionscript > september 2004 >
You're in the

flash actionscript

group:

setInterval?


setInterval? TJMonster51
9/29/2004 10:19:39 PM
flash actionscript: ok i have amde a counting function to move a MC verticaly. 1st problem im not
getting the setInterval to work with it. its moving to fast.
2nd problem. if i have a mc called "e" and then another one called "foo", how
do i get the "foo" mc to call on the funtion wich is named "counter"?
Re: setInterval? _jrh_
9/29/2004 10:34:40 PM
1st: Let's see some code, otherwise no one can help you. The setInterval's
second argument is the interval time, so adjust that to your liking.

2nd: If the function is on the main timeline, just use _root.counter().
AddThis Social Bookmark Button