Code:
 action animated_puddle
{
while(1)
{
my.skin+=1*time;//1 - skin change speed
my.skin%=8;//cycle through 8 skins
wait(1);
}
}


Simple skin changing example