Flash OSC and Unity OSC communication
Explanation on how to use OSC (Open Sound Control) in Unity and Flash.
Creative Developer
Flash and actionscript related information.
Explanation on how to use OSC (Open Sound Control) in Unity and Flash.
Combination of Frame Differencing and hitTest in as3. Inspired by the Processing sketch of Andy Best where you can pop bubbles if there is movement. By checking the difference between two frames (current and the previous one) we know where there was movement. The movement is stored in a bitmap and with that we can … Read more
QRreader example that uses the QR Code Reader by Logosware (libspark project). Code is improved with Adaptive Threshold (by Quasimondo) and other small modifications to improve the QRcode detection.
Example how to setup serial communication between Flash and Arduino in combination with the Messenger library for Arduino. This is usefull if you want to use Arduino in a different way than as a sensorbox (if you want that check out the As3glue Firmata combination in my other post).
Video tutorial on how to setup communication between Arduino and Flash (Actionscript 3.0) with Firmata and Serialproxy. You can download a bundle with examples and the libraries/software.
Simple (beginner-intermediate) Flash Actionscript 3.0 code example on how to apply a bitmap filter on a webcam image. Also image rotation and simple motion detection (activityLevel) is included.
In this video tutorial I explain how to setup communication between the Arduino microcontroller board and Flash ( Actionscript 2). Example files are included.