Quantcast
Viewing latest article 1
Browse Latest Browse All 5

Flash Player 10 -> my first test

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

(Please open the article to see the flash file or 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…


Viewing latest article 1
Browse Latest Browse All 5

Trending Articles