First off make sure you have a microphone connected to your computer.
Open Max and select your Movie Properties.
Make your movie 400 X 400 Frame rate of 30. Use a dark background.

No select export settings for movie:
Select SWF8/ Check: 1-2-5-6-7-8, leave 3&4 unchecked.

No lets add the main body of this the script.
onFrame (1) {
fscommand("fullscreen", "true");
fscommand("allowscale", "false");
fscommand("showmenu", "false");
this.createEmptyMovieClip("sq", 800);
sq.lineStyle(2, 0xffffff, 40);
sq._x = -1000;
sq._y = 0;
sq.lineTo(0, 100);
_root.createTextField("txt", 151, 30, 290, 250, 30);
txt.setNewTextFormat(new TextFormat("verdana", 9, 0xffffff, null, null, null, null, null, "left"));
_root.txt.text = "Cycle1500's next version.";
_root.createEmptyMovieClip("myAudio", 1001);
_root.myAudio.attachAudio(Microphone.get());
_root.myMic = Microphone.get();
this.onEnterFrame = function() {
for (i=0; i<50; i++) {
duplicateMovieClip("sq", "sq"+i, i);
_root["sq"+i]._y = i*10;
_root["sq"+i]._x = i*10;
_root["sq"+i]._rotation = i*5;
_root["sq"+i]._xscale = _root.myMic.activityLevel;
_root["sq"+i]._yscale = _root.myMic.activityLevel;
}
};
}


No talk into you mike

Wayne
