We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there.
I'm trying to use the mouseOver() // Processing2, 2.2.1, javascript mode
having some problems;
but I notice that when I try using another method like mouseReleased() the method name turns blue.
This doesn't happen with mouseOver(). Does this indicate that the method isn't being recognised as the one from the http://processingjs.org/reference/mouseOver_/
(like, maybe it thinks that I'm trying to write an original method - and waiting for me to define it - instead of using the one provided.)
thanks
R
Answers
Seems like mouseOver() is exclusively for Pjs. Therefore it isn't cross-mode compatible w/ Java Mode.
Javascript mode is the mode I'm using.
Just worked around it. Thank you!