.PS define animate { for i = 1 to 2 do { if i == 1 then { . COLOR $1 } else { . PAUSE . COLOR $2 } $3 . COLOR P } } .PE