Hi, I am doing a simple project(for PC),hidden object like game,where I have the Background on bottom LAYER-0,and other objects on LAYER-1.I have some 27 objects with average FPS of 50 with all the logic written in the event sheet. Now I add one more layer(LAYER-3) like an instance where an object is inside a cupboard,so when i click it ,the cupboard opens and then I can pick the object from inside it.Now when i check my fps its drops to 30 fps.I checked all places where this problem could come from but of no use.I even deleted the entire event sheet just to be sure that the programming logic might be wrong ,but of no use also.But then when I deleted this new LAYER -3.The fps improved back to 50.
(This layer-3 actually contains only 2 cupboard sprites so far).So might doubt is instead of using layers ,can I use Z ordering.Will it improve my FPS.
P.S-I haven't tried Z ordering since its a paid feature ,which I might have to go for if things don't work out.