Smooth View with Parallax Scrolling in GameMaker: Studio 1.4
An engine for more dynamic game views! The view will gradually move towards its destination, and smoothly zoom in and out if you change the view size. On top of that, you can make backgrounds adapt to the view, creating the illusion of 3D better known as parallax scrolling.
This engines works well with my platformer engines (https://gumroad.com/l/simpleplatformer, https://gumroad.com/l/platformer) - but it is not limited to that! It will also work in top down games, and here you can likewise use the parallax scrolling to add depth.
This engine is based off of what I did in this video (and others in that series): https://www.youtube.com/watch?v=5OXp7OQLOy4 so watching that can give some in-depth info about the engine, though the code is commented as well.
Add-ons:
- Anchor tiles to backgrounds