darealnash
Programmer
i have this code:
but if i start the program, nothing happens. Am i doing something wrong?
Code:
t# = 1.0
backdrop off : sync on : autocam on : sync rate 0
load object "C:\owing.3ds",1
cls
do
t# = wrapvalue(t#+1.0)
yrotate object 1,t
loop
but if i start the program, nothing happens. Am i doing something wrong?