Difference between revisions of "Animation"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "<div id="top"></div> == An Introduction To Animating Within Visionaire Studio == Animations are created in Visionaire Studio by linking single frame images together to create ...") |
(→An Introduction To Animating Within Visionaire Studio) |
||
Line 1: | Line 1: | ||
<div id="top"></div> | <div id="top"></div> | ||
== An Introduction To Animating Within Visionaire Studio == | == An Introduction To Animating Within Visionaire Studio == | ||
− | Animations are created in Visionaire Studio by linking single frame images together to create an animation by controlling position & delay time between frames | + | Animations are created in Visionaire Studio by linking single frame images together to create an animation by controlling position & delay time between frames, loop amount (infinite/x times), play forwards/backwards & choose if an "called by other action" should be performed after the animation has finished playing. |
+ | |||
+ | If animations are not set to infinite loop then they will automatically close/hide when they have played for x loop amount. | ||
We recommend using .png format for your images as it allows transparent backgrounds & is a lossless image format! | We recommend using .png format for your images as it allows transparent backgrounds & is a lossless image format! |
Revision as of 20:22, 2 March 2013
Contents
An Introduction To Animating Within Visionaire Studio
Animations are created in Visionaire Studio by linking single frame images together to create an animation by controlling position & delay time between frames, loop amount (infinite/x times), play forwards/backwards & choose if an "called by other action" should be performed after the animation has finished playing.
If animations are not set to infinite loop then they will automatically close/hide when they have played for x loop amount.
We recommend using .png format for your images as it allows transparent backgrounds & is a lossless image format!
Character Animations
Object Animations
Button Animations