Re: Parallaxing/Layers Issue
You could try using the parallaxer object. It makes making parallaxing backgrounds really easy.
Re: Parallaxing/Layers Issue
Isn't the parallaxer object for manipulating a single image thus giving it a pseudo-3D parallaxing effect? That's not really what I'm going for..
Re: Parallaxing/Layers Issue
you are corect camelman... the confusion is due to your use of the word paralax... to some, its specifically the effect like on the floor of street fighter 2, to others its just layered scrolling (as seen in most 16 bit and above games)
What would be ideal is a WYSIWYG frame editor mode built into MMF2 (hopefully 3), in which the layers actually scroll AT THE RATIO you have them set to so you can see imediately where you are putting everything...
But because this is not the case, I suggest you do what I do:
place and keep repositioning markers (temporary actives) on each of your back layers until they give you a really good idea of where each of your layers will actually be offset... you could actually use math, but I only use math when I've exhausted all other options. ;)
Re: Parallaxing/Layers Issue
Doh..I was hoping there was a magical check box that could solve this ;P Well now I know I wasn't at fault lol. Thanks again, I'll try your marker idea.