Difference between revisions of "Animation"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(→An Introduction To Animating Within Visionaire Studio) |
(→An Introduction To Animating Within Visionaire Studio) |
||
Line 3: | Line 3: | ||
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. | 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. | ||
− | + | {| class="mw-collapsible mw-collapsed wikitable" width="100%" | |
+ | ! Additional Info | ||
+ | |- | ||
+ | | | ||
If animations are not set to infinite loop then they will automatically close/hide when they have played for x loop amount. | 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! |
− | + | |} | |
== Character Animations == | == Character Animations == |
Revision as of 22:17, 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.
Additional Info |
---|
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