INTERESSTING TOOLS

This script collection shows how to use Sound in ActionScript. There are several versions from beginner to advanced. have a look on the Sources. DOWNLOAD ALL THE SOURCES

Continue Reading...

This small tutorial shows how to use the mouse input in Actionscript3. There are several EventListeners that can be used. Check out the sources. DOWNLOAD THE SOURCE

Continue Reading...

This small tutorial show how to connect you microphone and use the microphone level as input to a flash application. The whole sourcecode is available over here. DOWNLOAD THE SOURCE

Continue Reading...

http://ruinwesen.com/support-files/mididuino/mididuino-documentation.pdf

Continue Reading...

Here we got a small collection of webcam applications for AS3. The code is not the easiest, but its documented very well. MANY thanks to the guys of SOULWIRE and

Continue Reading...

DONWLOAD ALL TUTORIALS HERE EPISODE 1 > a dot moves to a random position on the stage. import com.greensock.*; import com.greensock.easing.*;   var randomX:int = 0; var randomY:int = 0;   // Funktionalität an den dot_mc hängen dot_mc.addEventListener(MouseEvent.MOUSE_DOWN, moveDOT);   //

Continue Reading...

It is possible to connect the ARDUINO with ActionScript 3 application. Since the FlashPlayer is a Client-based technology it has no rights to connect to Devices other than webcam or

Continue Reading...

Since Flashplayer 10, Actionscript is more comfortable with sound and management. To get an impression of the possibilities, have a look at the NAGNAG V2 of Hellostudios. DOWNLOAD THE PROTOTYPE

Continue Reading...