Home > ActionScript 3, flash > Flash Player 10 -> my first test

Flash Player 10 -> my first test

today i started to play with the new flash player 10 and that’s the first result!

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

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…

  • Digg
  • del.icio.us
  • Blogosphere News
  • Facebook
  • LinkedIn
  • MySpace
  • Netvibes
  • Twitter
Categories: ActionScript 3, flash
  1. June 14th, 2008 at 04:33 | #1

    what you mean by this ?

  2. June 16th, 2008 at 19:33 | #2

    it don’t means anything special. just a short test of the new flashplayer 10 possibilities.

  3. November 28th, 2008 at 11:40 | #3

    Cheers!
    I made with photoshop animated myspace pictures.
    have a look at them:
    http://tinyurl.com/62×3b5
    Thanks a lot for your site ;-) xoxoxo

  4. February 13th, 2009 at 20:07 | #4

    I really like your blog template, is makes it simple to navigate.

  1. No trackbacks yet.