https://youtu.be/SpP6pwPmyGs The user interface illustrated in this tutorial is several years old but the basic operations are the same.
Key Frames, Tweens, and Morphing
https://youtu.be/paMrzsKkPyk The user interface illustrated in this tutorial is several years old but the basic operations are the same.
What Is KoolMoves Used For
https://youtu.be/0iEdXZuCmZM The user interface illustrated in this tutorial is several years old but the basic operations are the same.
Combining Vector Shape Morphing with a Motion Path
https://youtu.be/0bKK-XyM8UM This tutorial illustrates combining vector shape morphing with a Motion Path resulting in the morphing of the shape in color, shape, and position along the motion path. Both linear and quadratic motion paths are shown.
Adding Objects to the Stage
https://youtu.be/U1q-jpmyW_A This tutorial illustrates how to add basic objects to the stage. Explanation of what to do with the objects to create a meaningful movie is addressed in other tutorials.
Import Flash SWF to Edit and Export as Html5
https://youtu.be/-jdt39EnN50 This tutorial illustrates how to import a Flash SWF movie so it can be edited and then exported as mobile-friendly Html5. In general, Flash action scripting is not imported. The import functionality works well for images and vector shapes.
Text: Adding, Morphing, Applying Effects
https://youtu.be/eUKk2N131n4 This tutorial illustrates how to add text to the stage, use Google web fonts, morph the text, and apply text effects. It also explains how to use dynamic text.
Shapes: Drawing, Filling, Morphing
https://youtu.be/Pz16VWciVno This is a YouTube video demonstrating the capabilities for drawing, filling (solid, gradient, bitmap), and morphing shapes for Html5 export.
Integration with Box2d physics engine
I swapped the animation at the top of the Koolmoves home page https://www.koolmoves.com with an animation I created in KoolMoves using a sprite sheet, custom javascript, and Box2d, a physics engine used in a lot of games. The Box2d didn’t play well with jQuery requiring a change in the order of […]
Sprite Sheet Animation Using Javascript
https://youtu.be/2I693RU11MY This is a YouTube video illustrating the use of javascript to perform a complex particle animation with a sprite sheet. The sprite sheet and javascript code came from a CreateJS demo.