Giving an imagesprite a negative X value

I have an imagesprite on a canvas. I want to set the X value to a negative value. I can do this at design time and it works as I start the app, but as soon as I try to set it to a different negative value (at runtime) it sets it to zero.

Any suggestions?

Thanks

You can’t.

The lowest Z index you can have is 0 which is the canvas itself.

All drawings are also Z index 0

I was after the X (left hand edge) value being negative

Sorry, more haste less speed!!
Try ticking the “Extend moves outside of canvas”

or place canvas inside a vertical arrangement (make canvas a bigger width than the VA and centre the VA)

1 Like

Extend moves didn’t work, but the VA did!

Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.