I love to play Poker and Blackjack online and I would like to duplicate how one of these casinos displays chips on the screen. We have all see this type of button before...
An image of a $1 chip is shown at the bottom of the screen. As we mouse over it, the image is "switched" and the chip appears to jump up off the table. Move the mouse away and it returns to its "normal" state. If we click on the mouse, the normal state image is switched with a "selected" state image, and so on.
Because I lack knowledge of this subject, I also lack the "vocabulary" that would enable me to perform a successful search for this. I am additionally hampered by the fact that all of these goofy "JavaScript" programmers clutter up my search results because they keep calling "JavaScript" programming, "Java" programming (grrrrrr, morons).
All that being said, I would love it if you all would point me to some basic examples that shows how to create an "image map" that would interact (switch images) with the mouse.
I am assuming that this would involve a "mouselistener" or some such mechanism, but I am unsure of exactly what I need and how to implement it.
Thanks,
Tahoe
PS No "applets" please, lets just stick to the basics.