Speed difference between 3G and 3Gs devices

sebmacflysebmacfly Member Posts: 1,018
edited November -1 in Working with GS (Mac)
Hello!

Anybody know how to optimize a game?
My game is running very good in a 3Gs device, but so slow on some levels in 3G device...
I don't know how to make it better!
:S

Comments

  • reddotincreddotinc Member Posts: 653
    General things such as image size, sound size etc.. optimize those as much as possible, and also make sure your code is as cut down to the necessities and best practice
  • sebmacflysebmacfly Member Posts: 1,018
    swiftmedia said:
    ...and also make sure your code is as cut down to the necessities and best practice

    What do you mean about that? (code, necessities and best practice)

    Thank you...
  • reddotincreddotinc Member Posts: 653
    I mean as in having the smallest amount of rules, timers, attributes etc to get the job done.

    When you first do things it may not be the best method, if you go back through everything I'm sure you can find places where you can optimize your methods.
  • beefy_clyrobeefy_clyro Member Posts: 5,394
    Main things to kill your game;

    Spawning
    Timers
    Constrains
    Physics

    So use as little as possible

    Images - If they have no transparency, save for web as png-8, this will drastically cut down size. If you actors dont need to move, uncheck the option that is set for 'moveable'

    Search the forums (little magnifying glass top right) for optimisation/optimization, there has been lots of topics covering the best ways to optimise
  • sebmacflysebmacfly Member Posts: 1,018
    Thanks a lot, i'm gonna see if i can optimize all that things...
Sign In or Register to comment.