Slides by Anonymous Coder7th Mar 2006 23:20
|
---|
Summary A slide show of a bonch of objects. Description Press any botton to go to the next slide Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com do make object cube 1,100 Xrotate object 1,object angle X(1)+0.1 set alpha mapping on 1, 55 turn object left 1, 45 wait key delete object 1 make object sphere 1,10 Zrotate object 1,object angle Z(1)+0.1 wait key hide object 1 wait key set alpha mapping on 1, 55 position object 1, 5, 2, 12 pitch object up 1, 35 roll object right 1, 45 enable object zdepth 1 wait key delete object 1 make object plain 1,1,10 ghost object on 1 wait key loop |