1
Pixel Art / Re: [wip] Small "god" game, "Crippled"
« on: June 07, 2010, 01:12:10 pm »
@collinsick: I'm not That good at programming.
If you know how to scroll a background, you know how to do parallax scrolling. Each set of clouds is it's own layer. We'll assume that something is scrolling at the speed you want. Have every layer of clouds scroll at that speed. That's your scroll speed. Now to slow or speed up a layer. You simply multiply each other layer by a number. If you multiply a layer by 1.0 it scrolls the same speed as it does naturally. If you multiply it by less than 1, it scrolls slower. More than 1 scrolls faster. Good luck.
