Is it possible to display a sprite over an iOS themed widget button? I’m looking for the sprite to be the foreground and the iOS widget button to be the background.
If both object are in the same group:
Check out
https://docs.coronalabs.com/api/type/DisplayObject/toFront.html
https://docs.coronalabs.com/api/type/DisplayObject/toBack.html
Thanks that worked great.
If both object are in the same group:
Check out
https://docs.coronalabs.com/api/type/DisplayObject/toFront.html
https://docs.coronalabs.com/api/type/DisplayObject/toBack.html
Thanks that worked great.