We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I need help in drawing a rectangle from its top-right corner, rather than the top-left corner. I've tried using rectMode() but still can't figure out how to get it to its top-right corner. Is there any possible way to do this?
Answers
Merely subtract rect()'s width from its coordinate x at its 1st argument: *-:)