Page 1 of 1

Slow game in mobile?

PostPosted: Wed Feb 08, 2012 5:03 pm
by Guguti
hi guys, I'm inserting many images and too much code in my game. He will have rooms with more than 40 simultaneous actors. This might let it slow?

thanks!

Re: Slow game in mobile?

PostPosted: Wed Feb 08, 2012 11:01 pm
by skydereign
Depending on what the actors are doing it may slow down. Generally speaking unless you are doing large scale loops or similar in draw events, the actual code you use won't cause too much slow down. Things to watch out for are use of collisions in a lot of actors, and a lot of draw actor events. If you keep that in mind, generally speaking your game will run fine.