Hi, I just changed to using Processing through eclipse. I've had no problem getting most things to work. I can't get the map() function to work however. This is the function that takes in a number and changes it from one scale to another.
wherever I try to call the function it says "the method map(int,int,int,int,int) is undefined for the type (the class in which it's called)"
I'm assuming that map() is a static method of some processing class, but I don't know which. so it would be something like processing.map(), but I don't know.