//Example BoxFigure file //Do some initial translations and rotations translate-initial x,24 translate-initial y,49 rotate-initial x,.25 rotate-initial y,.25 //Push these on to the beginning so all body parts are affected { //translate-animate the pelvis, affecting the whole body, view scheme 2 translate-animate z,2,5 drawBox -5,0,-2,5,4,2 // pelvis { //translate to position to draw torso translate y,-17 drawBox -5,0,-2,5,16,2 //torso { translate y,-9 rotate-animate y,5,-.15 drawBox -3,0,-2,3,8,2 //head } { translate x,-8 rotate y,.10 rotate x,.25 rotate z,-1 rotate-animate x,1,.5 drawBox -2,0,-2,2,6,2 //left bicep translate y,7 drawBox -2,0,-2,2,8,2 //left forearm } { translate x,8 rotate y,.10 rotate x,.25 rotate z,-1 rotate-animate x,1,.5 drawBox -2,0,-2,2,6,2 //right bicep translate y,7 drawBox -2,0,-2,2,8,2 //right forearm } } { translate x,-3 translate y,5 rotate x,-.10 drawBox -2,0,-2,2,12,2 //left thigh translate y,13 rotate-animate x,1,0.5 drawBox -2,0,-2,2,10,2 // left calf translate y,11 drawBox -2,0,-4,2,2,4 //left foot } { { translate x,3 translate y,5 drawBox -2,0,-2,2,12,2 //right thigh translate y,13 rotate-animate x,0,0.5 drawBox -2,0,-2,2,10,2 // right calf translate y,11 drawBox -2,0,-4,2,2,4 //right foot