How to have a lag-free scrolling background?
CriticalGames
Member Posts: 45
Hi guys,
In my game I have a background that diagonally scrolls upwards on all the menus. Unfortunately, this makes the game lag quite a bit - to the point that it's almost unplayable on low-end devices. Is there any way to make a background scroll without the laggy consequences?
The way I've currently got it set up is that my scene has Wrap X and Wrap Y turned on. I have a background Actor with a simple Move event - move in direction: 45, relative to scene, in an additive way, at a speed of 25. No rules surrounding it or anything.
Any ideas? Thanks a ton in advance =D
In my game I have a background that diagonally scrolls upwards on all the menus. Unfortunately, this makes the game lag quite a bit - to the point that it's almost unplayable on low-end devices. Is there any way to make a background scroll without the laggy consequences?
The way I've currently got it set up is that my scene has Wrap X and Wrap Y turned on. I have a background Actor with a simple Move event - move in direction: 45, relative to scene, in an additive way, at a speed of 25. No rules surrounding it or anything.
Any ideas? Thanks a ton in advance =D
Answers