MarioToo b1.3

A Free, Full WiiMote API for Flash

Authors: Mario Klingemann <mario@quasimondo.com>
	 Adam Saltsman    <adam@lastchancemedia.com>
	 Robert Hine      <robert_hine@mail.com>

NOTE:
The Flash MX distribution is maintained by Adam Saltsman.
The Open Source distribution is maintained by Robert Hine.
Please direct your queries accordingly!

================================================================

INSTRUCTIONS:

In order for the MarioToo system to work on your website, you
must upload the following items in the same directory as your
flash game and the HTML file it resides in:

WiiBounce1-4.swf
wiimote.js

We recommend that you use the CreateHTML function shown in
the included "demo.html" file, as that will take care of setting
up everything you need in order for the wiimotes to work.

Thanks!

================================================================

INFORMATION:

MarioToo is a robust Javascript and Flash-based API for using
the WiiMote's additional buttons in Flash applications, with
a heavy bias toward games.  It is currently state-based and
uses Mario's resize/reflector hack to communicate between
Javascript and Flash.  Current features include:

> Support for all 4 wiimotes.
> Support for 7+ concurrent button presses
> Highly redundant, very stable for game use
> Fully featured javascript library, do all your work in Flash
> Optional default browser behavior toggle in JS
> Clean, simple Flash classes
> Keyboard binding
> Smart 'classic' mode (tilt the d-pad on the Wii only)
> Easy default key setup

Possible future features:

> Smart pointer - allow default browser behavior while onscreen
> Events for simple games that do not need the extra redundancy
> Tilt/Rotation input?

================================================================

VERSION INFORMATION:

> BETA 1.0
First release.  Lots of features, little testing!

> BETA 1.1
Second release.  CreateHTML auto-hides any div called 'jswarning'
(for PC-side javascript detection)

> BETA 1.2
Third release.  Includes Flash MX .fla project files now, and fixed
organization to allow for multiple versions.

> BETA 1.3
Fourth release.  Lots of updates from Robert Hine, and some tiny
fixes by Adam.  Better, safer input, plus support for 4 wiimotes.