Uploaded April 2012 | Updated September 2026, 2 weeks ago
This is a tutorial on how to create multiple save files similar to the ones you see on file select screens in games like Zelda, Mario, and a lot of RPG games ^)^
Codes used in this tutorial:
player = get_open_filename('*.sav',('Type or select the file to open'))
game_load(player)
player='gamesave'
player = get_save_filename('*.sav',('SaveNameHere'))
game_save(player)
This is a tutorial on how to create multiple save files similar to the ones you see on file select screens in games like Zelda, Mario, and a lot of RPG games ^)^
Codes used in this tutorial:
player = get_open_filename('*.sav',('Type or select the file to open'))
game_load(player)
player='gamesave'
player = get_save_filename('*.sav',('SaveNameHere'))
game_save(player)

![Game Maker Controlled Parallax Scrolling Tutorial
In this tutorial Ill 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:
https://www.dropbox.com/s/mhobljcpwfgtthh/parallax_example_rexfurry.gmk Game Maker Controlled Parallax Scrolling Tutorial](https://i.ytimg.com/vi/_MqcjiDOpYQ/mqdefault.jpg)








