I am trying to get the most out of my game (the 2d platformer).
I have the following results but I am not sure what is the best out of the 3
The first profiling I did was
without using the function setVisibility() in enterFrame:
The second profiling is
with using the function setVisibility() in enterFrame:
The third profiling is with
using even more the function setVisibility() in enterFrame:
I would guess that the goal here is to get the best % allocated to the step function (
box2d loop) so that would be profiling number 1, am I correct?
Sorry for the blue highlight