Hi guys,
I need your help to create a "mirror effect".
I would like to do a platformer with the screen cut in 2 parts. The top part with the player and the bottom part with its twin that do exactly the same things but in reverse.
Any clues or solutions would be appreciated.
Thanks a lot!
Cheers
Just a though, I cannot test it now:
One solution would be to have the gravity reversed on the bottom sprite (I think that could work), so both of them move the same way, but in reversed.
If it is only graphical (aka: the bottom part isn't use differently compared to the upper one), you could just set the red sprite position accordingly.