[flexcoders] Re: sailorsea21 - Is it possible to use a value from a variable as a Timer value?

2008-10-27 Thread Tim Hoff
Well, take that back. Looks like you want the delay for a refresh rate. myTimer.delay = valuesMilliseconds; should work. -TH --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi David, > > Looks like you're constructing the Timer wth a delay: Timer >

[flexcoders] Re: sailorsea21 - Is it possible to use a value from a variable as a Timer value?

2008-10-27 Thread sailorsea21
Got it working thanks! My problem was that the timer was being created before the getRate function. Thanks again :) --- In flexcoders@yahoogroups.com, "Mike Chabot" <[EMAIL PROTECTED]> wrote: > > You can definitely use a variable there. You might want to step > through the code to make sure tha

[flexcoders] Re: sailorsea21 - Is it possible to use a value from a variable as a Timer value?

2008-10-27 Thread Tim Hoff
Hi David, Looks like you're constructing the Timer wth a delay: Timer (delay:Number , repeatCount:int