Zorkaz Posted July 2, 2021 Share Posted July 2, 2021 Bit noobish but I fail to rotate and object ("CowLeft") to 90 degrees. The object is just still and unmoving. Anyone know what's going on? Function CowLeftTurn() Float CurrentPosition = CowLeft.GetAngleZ() If CurrentPosition > 359 CurrentPosition = 0 Endif Float NewPosition = CurrentPosition+90 CowLeft.TranslateTo(0.0, 0.0, 0.0, 0, 0, NewPosition, 90, 100) EndFunction Link to comment Share on other sites More sharing options...
YouDoNotKnowMyName Posted December 25, 2021 Share Posted December 25, 2021 I know this is old, but this worked for me: Try to use this: CowLeft.SetMotionType(CowLeft.Motion_Keyframed) Link to comment Share on other sites More sharing options...
Recommended Posts