Flip Sprite in Quick engine
Flip Sprite in Quick engine do its walking the other way.
You set the vflip
(vertical axis) or hflip
(horizontal axis) fields to 1. There will be a reversal on this axis.
test = Quick.addSprite("hero")
test.fall = 1
test.bounciness = .5
//--------------------------------
test.vflip = 1
//--------------------------------
test.hflip = 1
//--------------------------------
TY
it doesnt work?
I GOT IT to work thx a lot