I want to put a picture in the bottom of the screen, but I am not able to stay the same for all devices. What code should I use for that in all the image always stays down?
Thank you.
I want to put a picture in the bottom of the screen, but I am not able to stay the same for all devices. What code should I use for that in all the image always stays down?
Thank you.
image height / 2 = cenImage
then device height - cenImage
Thats the logic your need to use
It’s a pretty simple thing to trial and error with the corona sim and also is dependent on the config.lua you are using
experiment with pixel height/ content height etc…
T.
image height / 2 = cenImage
then device height - cenImage
Thats the logic your need to use
It’s a pretty simple thing to trial and error with the corona sim and also is dependent on the config.lua you are using
experiment with pixel height/ content height etc…
T.