Uploaded January 2014 | Updated September 2026, 2 weeks ago
In this tutorial I'll be showing how to add in controlled parallax scrolling into your games, sort of how you see in some of the Sonic or Mario games, enjoy ^)^
Codes used in tutorial:
Background_controller object Step Event:
background_x[0] = view_xview[0] * 0.6
background_x[1] = view_xview[0] * 0.4
Link to dl example:
dropbox.com/s/mhobljcpwfgtthh/parallax_example_rexfurry.gmk
In this tutorial I'll be showing how to add in controlled parallax scrolling into your games, sort of how you see in some of the Sonic or Mario games, enjoy ^)^
Codes used in tutorial:
Background_controller object Step Event:
background_x[0] = view_xview[0] * 0.6
background_x[1] = view_xview[0] * 0.4
Link to dl example:
dropbox.com/s/mhobljcpwfgtthh/parallax_example_rexfurry.gmk










