Tag Archives: Effect

Slotmachine effect 0

Dependencies – TweenLite
Example:

?View Code AS3var 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");
}