I’ve mailed it.
Hi I am having trouble with parallax scrolling, I’ve set the parallax enabled true and Parallax infinite true on the canvass, and then I’ve set my Layers into Parallax Repeat to true, but it is not repeating, it stops at one point. What am I missing with the options? Thanks in advance.
Hi David,
Are you using v2.7?
If so, I wonder if it is the camera bounds that are stopping it.
Try adding this line;
myLevel:setCameraBounds(nil)
replace ‘myLevel’ with the variable you used when loading the level.
If this doesn’t work email me your project and I’ll take a look (support@retrofitproductions.com)
Oh wow! I missed that line of code! Thank you very much! and yes I am using V2.7.
Great, pleased you got it working.
For the next release I’ve modified the code so it does not set a default boundary when ParallaxInfinite is enabled as it doesn’t really make sense.