[flexcoders] continuous run

2006-10-09 Thread Greg Morphis
Is there a way to get a app to continuously run? In flash, there's the onEnterFrame (event?), is there anything like that in Flex 2? Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] continuous run

2006-10-09 Thread Xavi Beumala
You can use the enterFrame event from the MovieClip class. Application class also dispatches flash.events.Event.ENTER_FRAME event.X.On 10/9/06, Greg Morphis [EMAIL PROTECTED] wrote:Is there a way to get a app to continuously run? In flash, there's the onEnterFrame (event?), is there anything