hello…
I am trying to make an isometric game. I have a lot of “tiles” (images in a form of a diamond)
but my image is a .png square 140 X 70 and with a diamond in the center.
so the corners are transparent, and when I “tap” on the transparent portion it also detects the “tap”
I move to advanced graphics, thinking that maybe I can “re-shape” a normal square into a diamon
form to make a lot of “tiles” using the image.path.x2
QUESTION 1
can I use the advanced graphics, since now corona pro is free? [yes] [no]
if yes what do I have to do, because my simulator keeps saying only for demo.
QUESTION 2
is there a certain set numbers, to shape the diamond.
path.x1 = -33 or 45 or -77
path.x2 = 66
path.x3 = 90 or 65 or -80
path.x4 = -33
I just get a lot of numbers but I just get a distorted images, not a diamon
Thanks for your help
Victor