A combination of papervision3D and Tweener . Uses XML to get the images, so you can add any image you want. Displays unlimited images with stack effect ,as you can see has perspectve and reflections. And it’s only 34 kb.
Take a look at the demo.
If you would like to use this effect, you can [...]
26 Jan
Posted by: admin in: Actionscript 3, Experiences
If you try to dispatch a MouseEvent in a dispatchEvent(), you will get an Error that says “cannot convert “click”(or whatever) to flash.events.Event”. So here is the trick for that:
movieClipInstanece.dispatchEvent(new MouseEvent(MouseEvent.CLICK, true, false));
Tags: Actionscript 3 , MouseEvent, Events, Click, Roll_Over, Roll_Out, Double_Click, dispatchEvent, dispatch, EventListener, AddEventListener
We have new access modifiers, protected (private to the classes and subclasses) and internal (Private to other classes in the package).We can’t use them in the package, they must be in a class .
If you create a new Number object with new Number, it isn’t equal to 0 by default. You should give the 0 [...]
12 Apr
Posted by: admin in: Actionscript 3
Flash player 8 is alrady new for many of us but Macromedia anounces Flash Player 8.5 today that focused to the code aspects. So we all know that Flash player 8 focused on the visual improvements of the flash, 8.5 will have all of these features with new Actionscript 3 language which will have faster [...]