We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I searched this up earlier and I found that you can use cursor() but if you replace the cursor with another image it won't work if exported to the web. I was wondering if there is another way that you can do this? I tried loading the image in draw but of course it just kept drawing the image over and over.
Answers
I didn't test it but for images in "JavaScript Mode" we gotta make sure it's local and preloaded:
http://ProcessingJS.org/reference/cursor_/
http://processingjs.org/reference/preload/