Tag Archives: Effect

Slotmachine effect 2

UPDATE I’ve uploaded an example with an working FLA (click the swf to replay it) Slotmachine FLA 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"); }