I am trying to get an IPO actuator to simulate the way a helicopter rotor spins up (game-style, of course). From a stop, the rotor should start to spin up while a keyboard sensor is true, and if it fails to complete the process of spinning up, the rotor should continue to spin, however gradually lose its speed until it returns again to a stop. My first thought was to use an IPO actuator, but after numerous attempts at implementation, this does not seem to be working out so well. For one I cannot arpitrarily pause the playback of the IPO, nor can I reset it to its initial position when I care to. I’m guessing I should just create a function using a timer to set a frame property that will have the behaviours I’m interested in, but just poking around for any other ideas first.
-conartist6