Hello guys. Sorry for bothering you …again, but,what is the difference between those 2? Should i use both fp.stage.framerate and the set framerate in super?
Fp.stage.framerate=60 and (in main) super(267, 238,60,true);[SOLVED]
Ultima2876
(Ultima2876)
#2
They both do the same thing. You can just set it in the super call unless you want to change it for a specific part of your game (eg, Sponsor Logo world that needs to be 24fps to keep the sponsor logo at the correct playback speed).