I am sorry Philip, I'm not getting how to pass it. That's what I want to do but I don't know how.
Vic On Aug 31, 8:03 am, Philip Thompson <[email protected]> wrote: > The event object is being printed to the console in #7. Just view the > console (in Firebug for Firefox, or Chrome has its own console) to see the > contents of the Event object. Then you can drill down to pull the items you > need, like... > > e.event.offsetX > e.event.offsetY > > where 'e' is the event object. There are many other properties that you may > find useful as well. Have a look. > > Happy coding, > ~Philip > >
