Help in Rotating object!

Hi…i have just began doing a flash website and m really bad at it. I wanted to know if there is anyone who knows a simple code that can rotate an object continuously! I have drawn the object and grouped and now need it to rotate!

…i came across this code but doesnt seem to work…onClipEvent (load) {
i = getProperty(this,_rotation);
setProperty(this,_rotation,i + 1);
}…Can someone help!

shaz.

onClipEvent (load) change to onClipEvent (enterFrame)