- Forums
- »
- Programming with Haxe
- »
- Reverse / mirror AnimatedSprite
|
Viewing 1 to 10 (10 Total) Reverse / mirror AnimatedSprite |
|
|---|---|
mourlamstudiosTotal Posts: 152
Joined: February 12, 2012
|
I'm sure there is a very simple solution but how do I mirror an AnimatedSprite pulled in from SpriteLoq?
Tags:
Posted on June 28, 2012 at 10:21 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: Reverse / mirror AnimatedSpriteIt might be possible to do this in the parsing stage, by creating a new animation with reversed coordinates, or perhaps we should add some kind of a reversed feature to the spritesheet library?
Posted on June 29, 2012 at 2:32 AM
|
mourlamstudiosTotal Posts: 152
Joined: February 12, 2012
|
Re: Reverse / mirror AnimatedSpriteI see SpriteLoq has Reverse Animation checkbox for each behavior. Can we use this feature in Animated Sprite?
Posted on June 29, 2012 at 9:49 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: Reverse / mirror AnimatedSpriteGive the option a try in SpriteLoq and let me know how it goes/what it does
Posted on June 30, 2012 at 12:54 PM
|
mourlamstudiosTotal Posts: 152
Joined: February 12, 2012
|
Re: Reverse / mirror AnimatedSpriteReverse Animation plays the animation backwards. It doesn't mirror the sprite
Posted on June 30, 2012 at 1:02 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: Reverse / mirror AnimatedSpriteAh, makes sense.
Posted on June 30, 2012 at 1:13 PM
|
KidVenoTotal Posts: 5
Joined: March 12, 2012
|
Re: Reverse / mirror AnimatedSpriteAre transformations of the animated sprites bitmap.bitmapdata using a matrix an option
Posted on July 01, 2012 at 11:30 PM
|
HugeTotal Posts: 546
Joined: October 07, 2011
|
Re: Reverse / mirror AnimatedSpriteHi,
Posted on July 02, 2012 at 1:21 AM
|
mourlamstudiosTotal Posts: 152
Joined: February 12, 2012
|
Re: Reverse / mirror AnimatedSpriteThank you for the advice. I'm pretty sure i remember a post by josh saying he uses a sequence of BitmapData objects b/c it was faster than drawTiles for AnimatedSprite so maybe the matrix option will work. Thanks again.
Posted on July 02, 2012 at 7:30 AM
|
HugeTotal Posts: 546
Joined: October 07, 2011
|
Re: Reverse / mirror AnimatedSpriteHi,
Posted on July 03, 2012 at 12:01 AM
|
