Doing parallaxing with values instead of layers?
I have always used different layers and adjusting the X and Y coefficient in these layers to achieve parallaxing in games. And while it is simple and works I have noticed that things on these layers can move a bit stiffly. I guess it is because they only move in 1 pixel steps?
Anyway, I know I have heard there are methods to doing these parallaxing effects but doing it manually with moving the actual backgrounds certain amounts depending on X and Y values. Do anyone know how to do this, or even better have an example? And how to achieve it so things can move as smoothly as possible. I know there are extensions to help with this, but I can't use any extensions that are not supported in all runtimes.