Image rotating in Y direction using flash actionscript

Posted by Vineela | Flash, as3, utils | Wednesday 4 November 2009 5:26 am

heart.addEventListener(Event.ENTER_FRAME,rotateY);

function rotateY(evt:Event):void
{
	evt.target.rotationY = evt.target.rotationY + 2;
}

This movie requires Flash Player 9