Hello! I'm trying to understand 3D code so that I can start programing in it. Here's what I've got so far:
sync on
sync rate 40
Do
make object cylinder 13,100
Position object 13,10,0,100
If upkey() = 1 then move object 13,10
If Leftkey() = 1 then Yrotate object 10,Wrapvalue(aY#-5)
If Rightkey() = 1 then Yrotate object 10,Wrapvalue(aY#+5)
If downkey() = 1 then move object 13,-10
loop
But when I execute it, a blank screen comes up. Any help is welcome.
Bert is evil, Barney is evil, and the Pillsbury Doughboy is evil. I knew it from the start.