TGC Codebase Backup



Spinning Cube by jack murray

4th Jul 2005 8:27
Summary

My spinning cube effect



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                     MAKE OBJECT CUBE 1,100
 DO
 YROTATE OBJECT 1,OBJECT ANGLE Y(1)+0.1
 xrotate object 1,object angle X(1)+0.1
 LOOP