Flash Player 10 -> my first test
today i started to play with the new flash player 10 and that’s the first result!
here is the code executed by an ENTER_FRAME listener.
private function render(event : Event) : void
{
var count : int = _holder.numChildren;
var tempChild : Shape;
while(count--)
{
tempChild = _holder.getChildAt(count) as Shape;
tempChild.rotationX += 20;
tempChild.rotationY += 10;
tempChild.rotationZ += 5;
}
}
hopefully adobe will publish the docs for the new classes soon! i like to play with the new sound and drawing possibilities…
Categories: ActionScript 3, flash


what you mean by this ?
it don’t means anything special. just a short test of the new flashplayer 10 possibilities.
Cheers!
xoxoxo
I made with photoshop animated myspace pictures.
have a look at them:
http://tinyurl.com/62×3b5
Thanks a lot for your site
I really like your blog template, is makes it simple to navigate.