Community fork of Adam “Atomic” Saltsman's popular game engine Flixel. Distilled from a variety of Flash games he worked on over the last couple years, including Gravity Hook, Fathom and Canabalt, its primary function is to provide some useful base classes that you can extend to make your own game objects.
When I use the function "loadRotatedGraphic(INSERT MY GRAPHIC CLASS)" it forces the character to move all the way to right. I am calling the function inside the if statement of when the D key is pressed
Issue by Conchlab from 2013-08-22T03:33:29Z Originally opened as https://github.com/AdamAtomic/flixel/issues/239
When I use the function "loadRotatedGraphic(INSERT MY GRAPHIC CLASS)" it forces the character to move all the way to right. I am calling the function inside the if statement of when the D key is pressed