November 17, 2008
January 20, 2008
C# to ActionScript, initial delegate support
The compiler has been modified to support delegates with actionscript.
For example you can now write this, plain and simple, just like in jsc:javascript. The sound demo 2 has been updated with a rotating image and the a text field that is now tracks the mouse.
front.mouseOver += ev => front.textColor = 0x00ff0000;
| MySoundDemo2 | ![]() |









