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...
Flash application timing issues...
Moderator: General Moderators
- vargadanis
- Forum Contributor
- Posts: 158
- Joined: Sun Jun 01, 2008 3:48 am
- Contact:
- vargadanis
- Forum Contributor
- Posts: 158
- Joined: Sun Jun 01, 2008 3:48 am
- Contact:
Re: Flash application timing issues...
Come on folks, I know that there is at least one person among you who knows the answer. 
Re: Flash application timing issues...
use settimeout function to add delays before function calls, put your moving logic in there
just call _root.obj._x += XincreaseAmnt;
just call _root.obj._x += XincreaseAmnt;