I am trying the concept of relational positioning (creating objects based on the location of other objects) and I am having a bit of a problem. I have a text objects inside of circle, and when I try to set its x and y value:
I want to echo @roaminggamer’s advice. Even if you’re an experienced developer, there is value to writing clear code. While Lua allows you to assign multiple variables in one assignment statement and it saves a few lines of code, it makes the code harder to follow and you can easily miss a misspelled variable name that with Ed’s suggestion would stand out and be easily spotted.
I want to echo @roaminggamer’s advice. Even if you’re an experienced developer, there is value to writing clear code. While Lua allows you to assign multiple variables in one assignment statement and it saves a few lines of code, it makes the code harder to follow and you can easily miss a misspelled variable name that with Ed’s suggestion would stand out and be easily spotted.