tags:

views:

38

answers:

1

I make game Mario and I want when I use left key < , the character will turn his head to left :-?

How can I implement that ? Thanks for reading this :)

+1  A: 

BitMap::RotateFlip(RotateNoneFlipY)

MSalters