Flash application timing issues...

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
User avatar
vargadanis
Forum Contributor
Posts: 158
Joined: Sun Jun 01, 2008 3:48 am
Contact:

Flash application timing issues...

Post 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...
User avatar
vargadanis
Forum Contributor
Posts: 158
Joined: Sun Jun 01, 2008 3:48 am
Contact:

Re: Flash application timing issues...

Post by vargadanis »

Come on folks, I know that there is at least one person among you who knows the answer. :lol:
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Flash application timing issues...

Post by josh »

use settimeout function to add delays before function calls, put your moving logic in there

just call _root.obj._x += XincreaseAmnt;
Post Reply