Binaebi Akah Lab 2: Teenage Mutant Ninja Turtles Dance! Included Files: lab2.cpp lab2 solution object akahb_lab2_README Compiling: Files were written in Microsoft Visual Studio .NET 2003 Included files should be in the same folder when opened for compiling. To compile, open the project in MS Visual Studio .NET 2003. In the menu bar, go to "Build," and select "Build lab1". Running: To run the program, open the Debug folder in lab2's project folder and double click the executable. When running the program, keep in mind that left-clicking the mouse and dragging it across the screen will rotate the view. To quit, press ' q' or ' Q'. To start the animation, press 'a'. The following should happen: the four turtles should start "dancing." To control the turtles: DONATELLO: purple band, he has the most movable parts. ' d ' - rotate head clockwise ' D ' - rotate head counter-clockwise ' e ' - rotate body clockwise ' E ' - rotate body counter-clockwise ' r ' - lift left arm ' R ' - lower leftarm ' t ' - lift right arm ' T ' - lower right arm ' c ' - lift left leg ' C ' - lower left leg ' v ' - lift right leg ' V ' - lower right leg ' f ' - walk forward ' b ' - walk backward LEONARDO: blue band ' y ' - rotate head clockwise ' Y ' - rotate head counter-clockwise ' g ' - rotate body clockwise ' G ' - rotate body counter-clockwise ' h ' - walk forward ' H ' - walk backward MICHAELANGELO: orange band ' u ' - rotate head clockwise ' U ' - rotate head counter-clockwise ' j ' - rotate body clockwise ' J ' - rotate body counter-clockwise ' m ' - walk forward ' M ' - walk backward RAPHAEL: red band ' i ' - rotate head clockwise ' I ' - rotate head counter-clockwise ' k ' - rotate body clockwise ' K ' - rotate body counter-clockwise ' l ' - walk forward ' L ' - walk backward