Here is a capx I made. I want the moons path to be traced by a white line but I don't want the line to disappear.
For this, I create a sprite in the moon's position every tick. However, this method is unreliable because it creats too many objects, slowing the game.
Can you suggest a better way to do this?
And I don't know why the texts of the text boxes are not changed at the start.