With this script, you can create as many parallax layers as you wish and have many customization options to have them behave as you want. You can choose between two types of behaviors, parallax and bound. Each behavior offers different options of customization that are explained inside the script.
This is how you make a parallax layer:
Code: Select all
call makeLayers(1)
call setPrllxx(1, "npcid", 79)
call setPrllxx(1, "width", 660)
call setPrllxx(1, "height", 264)
call setPrllxx(1, "spx", 0.4)
call setPrllxx(1, "spy", 0.4)
call setPrllxx(1, "frames", 2)
call setPrllxx(1, "section", 1)
call setPrllxx(1, "loopx", on)
call setPrllxx(1, "loopy", on)
call setPrllxx(1, "alpha", 100)
call setPrllxx(1, "red", 0)
call setPrllxx(1, "green", 0)
Check the documentation inside the script for a list of options you can customize in a layer
- SHOWCASE

Download includes an example level and a magic patch.
DOWNLOAD








)








