#!/usr/bin/php angle 90 right <1,0,0> up <0,1,0> // turn the cam based on the current frame=clock : [0-5] #switch (clock) #range (0,3) // first 4 frames : turn from left to right rotate (90*clock)*y #break #case (4) // look at the sky rotate 90*x #break #case (5) // look at the ground rotate -90*x #break #end // End of conditional part } */ ?>