Advise on a game.

Hello,

Actually i’m working on a game like mario bros and i use setPosition to move my sprites on the screen, this is very heavy.
Have you got some solutions to move sprites right to left without setPosition and action moves?

Thanks.

I don’t think this is too heavy, in fact… I think that many games in general do this.

Ok thank you for your answer :smiley:

I’ve got another question about double buffering is there a way to activate it or this is already done?

Thanks.