Closed marziabil closed 1 year ago
Hi,
I am getting the following error when I try to run a sketch:
`def setup(): size(300, 200) rect_mode(CENTER)
def draw(): rect(mouse_x, mouse_y, 10, 10)`
Can you please tell me what the issue is?
Thanks in advance!
Thanks for the question, @marziabil. I assume you worked it out somehow. Let me know if there's anything important I should note.
Hi,
I am getting the following error when I try to run a sketch:
`def setup(): size(300, 200) rect_mode(CENTER)
def draw(): rect(mouse_x, mouse_y, 10, 10)`
Can you please tell me what the issue is?
Thanks in advance!