Hi Wabbit,

The AE Movie clip actionscript change to:

i remove this code:
/* onEnterFrame = function(){ AE._rotation+=2; } */

i add below code, but still i'm not able to combine these two movie clip. what's my mistake...

onEnterFrame = function (){
CD.AE._rotation += CD.spinSpeed;
}