I have created a game, which is being slow in mobile browsers. As the game is for our client, I can't share the .capx file.
Possible causes are:
-It is a unbounded infinite x axis scrolling game, which has 3 animations of an object.
-Background, roads, hills, cloud width are being resized (extending) in every 1 second.
-Image size are not power of two.
Is there a general reason of this? Any suggestion is appreciated.