Page 1 of 1

Flash application timing issues...

Posted: Thu Jul 10, 2008 1:13 pm
by vargadanis
Hi all,

I developed a little application which is supposed to do a certain action at specific times. Eg: at 0.35s it is supposed to move a semi-transparent bar and at 0.55 it is supposed to do it again. The moves are predefined in an xml file.
What do u suggest, what would be the best solution for this?

Thanx a lot...

Re: Flash application timing issues...

Posted: Sun Jul 13, 2008 6:53 am
by vargadanis
Come on folks, I know that there is at least one person among you who knows the answer. :lol:

Re: Flash application timing issues...

Posted: Wed Sep 10, 2008 10:56 pm
by josh
use settimeout function to add delays before function calls, put your moving logic in there

just call _root.obj._x += XincreaseAmnt;