Flash Actionscript3 Tutorial : Animated Slideshow

August 20th, 2009

Using TweenLite to generate the animations for a simple flash slideshow built using Flash IDE.

my goal was was to create a looping slideshow as simply as possible. least amount of steps. and with some room to expand on.
this tutorial is made to help understand the logic and some basic moving parts involved in a general slideshow.
it certainly won’t fit all slideshow needs, especially ones with lots of slides, or with constantly changing slides.
source files available.

epic ending… srsly.

Read more ...


HTween speed test

January 31st, 2009

Viktor Hesselbom released his tweener class HTween, and it rocks!

I've updated all three speed tests to include HTween. Just press T until you see HTween. On my system HTween performed better than TweenLite and TweenerHX.

try it out here http://remixtechnology.com/view/haXe_TweenLite_vs_TweenerHX_demo

See haXe speed test

Download the haXe or as3 classes at Viktor's blog.


haXe TweenLite vs. TweenerHX

January 30th, 2009

In this experiment, I test the performance of two tweening classes in haXe.

My favorite as3 tweening class TweenLite and TweenerHX.

the results are pretty close. on my system TweenLite is smoother and skips less frames than TweenerHX.

i compiled the same code using flex and flash to compare against haXe, the difference is much more significant, and posted them on seperate pages so you can see how they measure up on your system.

See haXe speed test See Flash 10 speed test See Flex 3 speed test

if you find anything interesting, or just want to brag about the fps scores on the Mac Pro your mom bought you, post comments.


haXe TweenLite vs. TweenerHX demo

January 30th, 2009

TweenLite vs. TweenerHX haXe 2 test

See haXe 2 speed test

Read more ...


Flash 10 TweenLite vs. TweenerHX demo

January 30th, 2009

TweenLite vs. TweenerHX Flash 10 test

See Flash 10 speed test

Read more ...


Flex 3 TweenLite vs. TweenerHX demo

January 30th, 2009

TweenLite vs. TweenerHX Flex 3 test

See Flex 3 speed test

Read more ...