TGC Codebase Backup



rotate by dog bark

20th Apr 2011 16:03
Summary

rotate camera +2 objects



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    POSITION CAMERA 0,0,10,-40
AUTOCAM OFF
MAKE OBJECT BOX 2,2,10,3       
AUTOCAM OFF

MAKE OBJECT BOX 1,10,2,3



do

    YROTATE CAMERA 0 ,CAMERA ANGLE Y(0)+.01 
    XROTATE object 2 ,object ANGLE X(2)+.1 
    zROTATE object 1 ,object ANGLE z(1)+.1 
LOOP