hexagon grid drawing issue
While not preferable for your final product, try changing all of your int values to Num values. See what happens. Also focus on your code that deals with the X position of each new tile. from your comments …uh…..this worked. I don’t know why. =| I just did a global replace for ints to Numbers … Read more