Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : HELP! Dynamic Intervals


r2b2lynn
3/27/2004 11:46:17 PM
Using Actionscript's setInterval(), how can the value of an interval
varialbe change?

In other words, how can the value of [b]intvl[/b] be changed later in the
course of my code?
[i]setInterval(function_name, intvl);[/i]

initially, intvl = 2;
later, intvl = 20;

How can this be done?
r2b2lynn
3/28/2004 12:03:27 AM
AddThis Social Bookmark Button