Changing layer properties?
Hello again!
I'm currently working on parallaxing foliage, and I'm a bit curious about the y-axis. According to what I've seen, objects that are close to the player should move slower in the y-axis and faster in the x axis.
I got the x axis part all good, but I'd like to change the y-axis part during gameplay. My level starts below the "initial" frame position, so if I set the layer y-coefficient to 0.85 at start, it'll be all messed up by the time the player gets down to the playing field. So I guess what I'm wondering is, is there an extension to change layer properties during gameplay, or is there a better method to fix y-axis parallaxing?