From BlenderWiki
If you want to document Blender 2.5 features please edit pages under Doc:2.5/Manual.
If a "2.5" page doesn't exist please copy the text from 2.4x Manual and edit the new page (i.e. you should paste the wikitext from this 2.4x page to this new 2.5x page and then update the latter with 2.5 features)
[edit] Ipo Actuator
Ipos are created with keyframes and are used to animate objects in a lot of ways.
The actuator consist of an Ipo type menu, and a set of buttons. These buttons are:
- Force applies the Ipo as force. This means that the object will not try to go through solid object. Normally it follows the Ipo curve and ignores other objects.
- Add: Ipo curves are normally defined globally, which means the object will jump back to the position where the animation was recorded. With Add the animation is instead added to the object’s position. Selecting Add makes a L button appear, for use of local/global coordinates.
- Start defines which frame the animation will start at.
- End defines which frame is the last in the animation.
- Child: whether children’s Ipos should be updated as well.
- FrameProp: choose a property which will store the frame the animation is currently on through the animation.
These buttons are the same for five of the six Ipo modes, which are:
- Play plays the animation from start to end, and then resets.
- Ping Pong plays the animation from start to end, next time the actuator is activated it plays from end to start.
- Flipper plays from start to end, only as long as the actuator is activated. When it is not, it plays backward back to the start.
- Loop Stop plays from start to end, only as long as the actuator is activated. When it is not, the animation is paused and continued once the actuator is activated again. When it reaches the end frame, the animation starts over again.
- Loop End plays the animation from start to end and then restarts.
- Property: for as long as the actuator is activated the animation will be controlled by the property assigned in the field replacing Start and End button. The property assigns the frame number.
[edit] Example
You want to make a health bar which visualizes the players hp without numbers. You create a cube, move it (in Edit mode) so that the centre is in one end of the object. You stretch it out and scale it to the size you want it to be when the health is full. You decide 100 is the max hp and insert a scale keyframe at frame 100. Then you move to frame 0 and scale the object down along the right axis to zero and insert a scale keyframe. The animation will now consist of your health bar filling up between frame 0 and 100. You set up a Copy Property actuator to copy the property hp of the player to the health bar’s property hp. Next you set up an Always sensor and AND controller and Ipo actuator in Property mode. As property you choose the hp property.
When the property hp is changed, the life bar will scale to the frame with that number. As frame 0 is no health and frame 100 is full health bar it will correspond to the property.







![[]](/skins/blender/open.png)
