Angle

I have a two boxes center screen I did action on both as follows

onClipEvent (enterframe) {
_rotation-=2;
_x++;
_y++;
}

The first rotates up to far left corner 2nd bottom right corner.

onClipEvent (enterframe) {
_rotation-=2;
_x–;
_y–;
}

My quest is how would I get a 3rd + 4th box going opersite directions, Many thanks

Regards Barrie