Discord
Login
Community
DARK THEME

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?

https://microstudio.dev/i/pgmz5/ogmz5s/

I GOT IT to work thx a lot

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community