I would like to create an application that can be incorporated into a simple HTML web page I am creating. The general idea is that the web page makes an offer that is too good to be true. All you have to do is click on the “WINNER” button at the bottom of the page to win an incredible prize.
Here’s the rub. The code establishes a perimeter around the button. When the cursor breaches the perimeter of the button, the button is repelled by the cursor. The idea is that the cursor can never contact the button because it is constantly moving away from the cursor.
This is currently beyond my skill level so any ideas/help would be greatly appreciated.
Meh. Sorry, nothing for you. But I'm pretty sure you can find one online.
EDIT: By the way, although a lot of java's core syntax is the same as C++, there are differences, and, importantly, java is an OO language, where as C++ is a functional-OO mixture.
start from the basics, and learn it all much like c++, there's some differences but java is a pretty easy language to grasp. and it's getting easier everyday it seems, java community trying to make the language more and more nub friendly.