View Single Post
# 1 29-04-2005 , 10:23 PM
Registered User
Join Date: Feb 2004
Location: Californnia, Fremont.
Posts: 27

Infinite Rotation of Propeller

I'm trying to create an expression for a propeller of an airplane. I want it to have an infinite rotatation but I also want to control the speed of it. I thought of this:

propellerGroup.rotateX = time +360;

it doesnt seem to work. Does anyone have any ideas?