Click Tutorials

Fastloop Custom Platform Movemement
This tutorial shows you how to break away from the default platform movement and design your own one, using fastloops to move an object around the frame. This example covers basic horizontal and vertical movement, acceleration and deceleration, variable height jumps and some common obstacles like springs and moving platforms. Each feature is explained step by step and is accompanied by an example MFA.
Revision 1: Changed "Add"/"Sub" expressions to "Set" to make the tutorial compatible with versions before b243.


Online High Score Boards
A guide to the basics of getting an MMF2 application to communicate with an online database, so that you can add features such as online leaderboards or user accounts. It uses the technique of getting MooSock to call PHP scripts that send and retrieve data from an SQL database. Covers sending and receiving of data through MooSock as well as setting up a database and writing PHP to communicate with it.