Take a look at this
http://forum.attractmode.org/index.php?topic=1270.0by QQPLAYER
//////////////////////////////////////
// ANIMATION CDART PRESERVE ASPECT RATIO
//////////////////////////////////////
local cdart = fe.add_artwork("cdart", flx*0, fly*0.27 flw*0.19, flh*0.25);
cdart.preserve_aspect_ratio = true;
local cdart_rotation = {
when = Transition.ToNewSelection ,property = "rotation", start = 0, end = 360, time = 3000, loop = true
}
//Animation
animation.add( PropertyAnimation( cdart, cdart_rotation ) );