Anders Riggelsen

Old Multimedia Fusion 2 Examples

All these examples for MMF2 are created by me a long time ago. They might still be of use for inspiration despite most of the techniques used are very outdated.

You can also have a look at all my extensions files for MMF2.

Light and shadow engine 4

This example uses some tricky math and the polygon drawing feature in the Surface object to create some nice realtime light and shadow effects.

Download

3rd party Extensions required

Surface object

Waving flag

I little cloth physics experiment that kinda evolved into a waving flag with shading and all :)

Download

3rd party Extensions required

Surface object

Destructible environment

With the surface object I created this pixel-by-pixel terrain destruction engine that uses MMF2's inbuilt collision engine.

Download

3rd party Extensions required

Surface object

Docklet example

How to fake alpha-transparency in MMF2 windows. It just takes the desktop background and positions it so it isn't noticeable to see were the window stops and the desktop begins.

Download

Window shake/nudge effect

How to make your windows shake like in MSN Messenger when you make a nudge.

Download

Perspective - Custom effect

Use the custom effect in the Perspective object to create some interesting effects for scrolling games.

This effect would properly be better suited in the Parallaxer object that makes the same effect but faster.

Download

3rd party Extensions required

Perspective object

3D RayCasting engine

A raycasting experiment made in MMF. This is a very slow but cool effect. Looks a bit like Wolfenstein 3D but is a tad uglier because of the way I did it. But check it out! :)

Download

3rd party Extensions required

Overlay Redux

Waving flags with shadows

An effect using the overlay redux object that turned out quite nice. It renders waving flags using a flag image. It also draws shadows on the flags but it can be turned off as a performance tweak.

Download

3rd party Extensions required

Overlay Redux

Old-timey 3D Pie chart

This shows you how to draw a old-school windows linke 3D Pie chart in MMF with Overlay Redux

Download

3rd party Extensions required

Overlay Redux

(Pro version only): Drag list View items to other list

Here is how you can drag multiple items from a list view object to another list.
There are two modes for you:
- Copy mode - just copies the items dragged over
- Move mode - moves the items over, originals are removed.

Download

Custom Window

Create your own custom windows that can be dragged and resized. It can also snap to the window edges of your desktop.

Download

Tanks3D open source

An old test i made. You can walk around this wireframe tank in full 3D.

Download

3rd party Extensions required

Surface object
Mouse Object
String Parser 2

Sokoban Example

Nice little example on how to make a simple sokoban game.

Download

Picture Browser

This example shows how to make a simple picture browser. It asks for a folder and it displays any images in it. It resizes and positions them fine even if you resize the window.

Download

Physics game: Gravity in space

Little game I made. Shoot an object and make it collect points. Don't come too close to the planets!

Download

Space Engine

Quick example file I made to demonstrate how to make a spaceship engine just like in those old Meteoroides games.

Download

Car skidding v2

This example shows you not only how to make a car skid in high speed but also some advanced collision detections.

Download

3rd party Extensions required

Direction Calculator

Isometric correction of speed

A simple example that shows how to correct the speed in an isometric movement.
All the math is done to work with the object's directions.

Download

Doom style cheat code example

Make cheat codes that work just like in doom by typing in the code while playing. It's invisible.

Download

3rd party Extensions required

ControlX

Cosine Interpolated Landscape

This example shows how to create bumpy random landscapes. Good in 'tank shooting' games.

Download

Cubic Interpolated Landscape

Make smooth landscapes for games. Looks a bit unrealistic and is difficult to understand.

Download

3D Landscape Renderer

Very old example that can render 2D images to pseudo 3D like images.

Download

3rd party Extensions required

Trackbar object
Overlay Redux