Description:
Through various tutorials I will teach you how to parallax using PIXI particles, this will allow you to do things such as have an unlimited number of parallaxes. Create moving water, weather effects, fires, etc. Attach images to the player, and even place images at the tilemap level that the player can run circles around creating a fake 3D effect. Or even create animations. The sky's the limit, and you'll never look at particles the same way again.
This first tutorial covers using a scenery particle to have an unlimited number of parallaxes, and a bit about animation. It also covers the basics of setting up Particle Emitter, along with the basic 4 commands that we will be using for most of the tutorials.
Spoiler: Tutorial 2: Movable particles for "3D" parallaxing
This second tutorial convers a movable particle, and demonstrates how to attach images to the player or events at the tilemap level. This images will then follow the location of the target. It also demonstrates how to allow the player to run around an image giving the appearance of it being 3D.