Before you start working on mouseover events, you must have an understanding of how mouseover works. The most
important concept is that rather than the cursor constantly firing rays into the scene and then evaluating what it’s
over, an object can report when the cursor is over it. While it is safe to say you will only want a limited number of
objects to trigger the mouseover event, it will be well worth your while to make one generic reusable script that will