Jump to content
MakeWebGames

Recommended Posts

Posted

So I have this image on this my site, when you get in the radius of the image the cursor will change. So as you see before you get in to the actual image it changes, so I was wondering how could I remove them spaces?

Posted

With Javascript you can capture the mouse X and Y; which you can then manipulate.

 

#pseudo code because....
a) Fetch image top leftmost X and Y co-ordinate
b) Fetch cursor co-ordinates
c) ???
d) Profit.
Posted
With Javascript you can capture the mouse X and Y; which you can then manipulate.

 

#pseudo code because....
a) Fetch image top leftmost X and Y co-ordinate
b) Fetch cursor co-ordinates
c) ???
d) Profit.

So tell me if I've understood what you mean, find the co-ordinates of my image, then when they reach that then trigger it to make it that they have entered the image otherwise no?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...