Skip to content

Animated sprites in openfl (using flixel for helper functions)

Notifications You must be signed in to change notification settings

Blossomical/OpenFL-Animate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

OpenFL-Animate

A very simple Animated sprites class in openfl (using flixel for helper functions)

example:

var animatedSprite:AnimatedSprite = AnimatedSprite.fromSparrow(Assets.playerSparrow);
animatedSprite.animation.addByPrefix('walk', 'walkAnimation', 24, true);
animatedSprite.animation.play('walk');

animatedSprite.animation.addByIndices('jumpLow', 'jump', [0, 1, 2, 3, 2, 1, 0], "", 24, false);
animatedSprite.animation.play('jumpLow');

About

Animated sprites in openfl (using flixel for helper functions)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages