You mean moving like the sun around the Earth, or like how Earth rotates?
If you mean rotating like how the Earth rotates:

Code:
action rotate()
{
while(1){
my.pan = my.pan + 5;
wait(1);
}
}




The best games are the games you create yourself.