Category Archives: Flash
Slotmachine effect 0
Dependencies – TweenLite
Example:
var sm:SlotMachine = new SlotMachine('€15533', font, 35, '0123456789€');
addChild(sm);
sm.addEventListener(Event.COMPLETE, _complete);
sm.render();
function _complete(aEvent:Event):void {
trace("SlotMachine COMPLETE");
}
Categories: AS3, Feature, Flash, Labs
Tagged: AS3, Effect, One Armed Bandit, Slotmachine
AS3 TextEditor 0
AS3 TextEditor Lite is a SWC based component for rich text editor which can be used in Flash applications to be developed using Action Script 3 and Adobe Flash CS3 IDE. This component provides features like:
Dynamically attach it to any text field of your application Complete WYSIWYG Editor Formatting of characters as Bold, Italic, Underline [...]
Tagged: AS3, open source, swc, texteditor
MVC Design patterns 1
The last few days I’ve been researching MVC Design patterns for AS3, thinking that it could be something I could apply to a project I’ve been working on (Integrating WordPress and Flash), and also a chance to study while working.
Anyways, Sam Rivello has written an excellent introduction about PureMVC over at Adobe Edge.
I also found [...]
ExportImage 0
Hasan Otuome over at Flex.Rocks! has written a nice JSFL for exporting library bitmap assets, which is really nice when you dont have the original assets ( say when a designer done the asset layout and you need to re-edit them).
Read more and download here.
Categories: Flash
CountDown class 1
I was asked to create a countdown to a specific date and time for a project, with no time at all to do it, I went looking across the web to find a good class that i could use.
Jim Isaacs has written a really nice class that does a fine job indeed, but it doesn’t [...]
Categories: AS3, Feature, Flash, Labs
Tagged: AS3