AS3: Main
Okay, so I made this before, but I screwed up, so here is the revised version:
___________
Lets say that you are making a few games, and you want to pack them all into one game. BUT WAIT! They all run on different framerates! This is whee this code comes in:
stage.frameRate = 12;
Now, in the code, you can change the 12 to whatever frame rate you want it to be, from 0.01 to 1000. Of course, no human eye can see a difference in anything than 70 fps or higher.
I will be making other tutorials as well as I get more into it.
Enjoy!