home
examples
extensions
about
open source
Example files for MMF2
All examples are made by me ( Anders Riggelsen ).
Get extensions here:
Extension list on clickteam.info
Destructible environment
With the overlay object I created this pixel-by-pixel terrain destruction engine that uses MMF2's inbuilt collision engine.
3rd party Extensions required
Overlay Redux
0 comments
MMF2:Developer Docklet example
For MMF2:Developer only.
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.
3rd party Extensions required
Kernel object
0 comments
Light and shadow engine
This example uses some tricky math and the polygon drawing feature in the overlay Redux object to create some nice realtime light and shadow effects in only 3 events!
The overlay is just semitransparant so far, the effect will look better if/when Overlay object supports additive or substractive INK effects.
3rd party Extensions required
Overlay Redux
13 comments
Window shake/nudge effect
How to make your windows shake like in MSN Messenger when you make a nudge.
3rd party Extensions required
none
2 comments
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.
3rd party Extensions required
Perspective object
4 comments
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! :)
3rd party Extensions required
Overlay Redux
6 comments
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.
3rd party Extensions required
Overlay Redux
0 comments
Colorize Object
Colorize an object into all chades of colors and it imports into the Alpha Channel Object. Two modes: Colorize using colormap or colorize all grayscale colors.
3rd party Extensions required
Overlay Redux
Alpha Channel Object (Bonus pack 2)
0 comments
3D Pie chart
This shows you how to draw a windows linke 3D Pie chart in MMF with Overlay Redux
3rd party Extensions required
Overlay Redux
0 comments
Pro: 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.
3rd party Extensions required
Pro extensions
2 comments
Custom Window
Create your own custom windows that can be dragged and resized. It can also snap to the window edges of your desktop.
3rd party Extensions required
none
2 comments
Overlay Graph Example
Display a graph in your applications. Now updated to be much faster.
3rd party Extensions required
Overlay Redux (3.05)
Global Functions Object
0 comments
Drag actives out of subapplications
How to drag active objects out of a subapplication at runtime. Usefull for inventories.
3rd party Extensions required
none
0 comments
Tanks3D open source
An old test i made. You can walk around this wireframe tank in full 3D.
3rd party Extensions required
Overlay Redux
Mouse Object
String Parser 2
2 comments
Sokoban Example
Nice little example on how to make a simple sokoban game.
3rd party Extensions required
none
3 comments
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.
3rd party Extensions required
none
0 comments
Physics game: Gravity in space to planets
Cool game I made. Shoot an object and make it collect points. Don't come too close to the planets or they will pull the object into them.
3rd party Extensions required
none
1 comments
Space Engine
Quick example file I made to demonstrate how to make a spaceship engine just like in those old Meteoroides games.
3rd party Extensions required
none
0 comments
Physics: Falling box
Usefull physics trick for MMF. Makes a box fall down and rotate on contact.
3rd party Extensions required
none
0 comments
Hide application in task bar
This little trick hides your game/application in the windows task bar so you can't see it there. Usefull for various things.
3rd party Extensions required
none
1 comments
Fire/flame maker
A little app that creates flames and can set symbols on fire!
3rd party Extensions required
Overlay Redux
Trackbar object
1 comments
Spinning logo
Example remake of a spinning logo that flips
3rd party Extensions required
none
0 comments
Direct MooSock Chat
Chat with others in a direct socket connection.
3rd party Extensions required
MooSock
0 comments
Car skidding v2
This example shows you not only how to make a car skid in high speed but also some advanced collision detections.
3rd party Extensions required
Direction Calculator
0 comments
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.
3rd party Extensions required
none
2 comments
Doom style cheat code example
Make cheat codes that work just like in doom by typing in the code while playing. It's invisible.
3rd party Extensions required
ControlX
0 comments
Cosine Interpolated Landscape
This example shows how to create bumpy random landscapes. Good in 'tank shooting' games.
3rd party Extensions required
none
0 comments
Cubic Interpolated Landscape
Make smooth landscapes for games. Looks a bit unrealistic and is difficult to understand.
3rd party Extensions required
none
0 comments
Isometric world
This example was created before Isometric Grid Object and is therefore now obsolete
3rd party Extensions required
Layer Object
0 comments
3D Landscape Renderer
Little app that can render 2D images to pseudo 3D like images.
3rd party Extensions required
Trackbar object
Overlay Redux
1 comments
Distort Textures
Resize, rotate, flip, totally distort bitmaps in this example.
3rd party Extensions required
Overlay Redux
1 comments
Multiple duplicates pathfind
The pathfinding object is only limited to one object at a time, but this example show how to have lots.
3rd party Extensions required
Pathfinding object
MoveIt object
2 comments
Lightning from the sky
Useless example that stikes a ligtning from the sky to the ground
3rd party Extensions required
Overlay Redux
0 comments
AirHockey Game Example
Make an easy game with the build in mouse movement.
3rd party Extensions required
none
0 comments