Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TickManager.as - set BASE_FRAMERATE based on SWF framerate #4

Open
mikechambers opened this issue Nov 4, 2009 · 1 comment
Open

Comments

@mikechambers
Copy link
Owner

Right now, it is hard coded, so if we change it in the SWF, we have to change it in the code.

We should just initialize it from the SWF.

@mikechambers
Copy link
Owner Author

I updated the FPS_RATE property to match the SWF : 06bd0c6

But we still need to base this off SWF framerate. Main issue right now, is that the information is needed before the stage has been initialized, so we have to change when the data is accessed. This includes changes in all classes that access the property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant