alright, heres the deal. im trying to get an object to yrotate on a slope. i have calculated the angle of the slope and that works fine, but i need to be able to turn the object. i try writing the code like this (in the main do/loop code)
if leftkey()=1 then yrotate object 1, wrapvalue(yAng#-4)
that should only rotate on the y axis correct? well, all it does is move a little bit, then go back to what it was. yAng# is equal to Object angle y(1)...can you help me to get this dang thing to rotate? if i take out my code for calculating the ange of the matrix at that point, it works fine...i dunno...thanks in advance.
cheers, vivid