Hi, I'm making a platform game and I'm using lots of layers so I can give them different parallax.
But if I wanted to put all those backgrounds into one layer and make them parallax with an event, what would the formula be? (Probably would have to use some instance variables like originalX, originalY, ParallaxX and ParallaxY).
Thanks.