Tagged Questions
1
vote
1answer
203 views
Use FlxAnim to Animate a FlxSprite in Flixel on FlashBuilder
I am trying to animate a FlxSprite, whose image I loaded from an embedded sprite sheet. I instantiate the sprite like this:
// embedding a png file given a relative path
...
2
votes
0answers
204 views
Flixel - Animated Tilemaps
I am using Flixel 2.55 and I am trying to animate a tilemap. I found this piece of code that apparently enables the use of sprites as tiles.
From what I understand, this loops over the tilemap's ...