flash discussion

Out of context: Reply #8

  • Started
  • Last post
  • 8 Responses
  • caseyc0

    There is no way to get flash to be accurate to the millisecond since it is tied to the framerate (as mentioned)

    As for onEnterFrame, the best bet is to create one MovieClip early on that uses an event/listener system to broadcast onEnterFrame to any clips that need it. That way they are all executing at the same time and you dont have to worry about deleting individual onEnterFrame, etc.

    You can also lock the frame rate down with a streaming sound, it will drop frames to keep up but that's (sometimes) better than letting it bog down.

View thread