hi ,
I try to solve one very difficult problem.
I am trying to make a box for example one image
and then I drag this image with mouse.
Like moving one window.
When I click on the image or on my box and I want to make it to
move like a window moving , but if I put mousex() and mousey()
the same value as the image x and y , my image move at the cursor
position of the image , I don't want to move the image in the
cursor position , I want this image moved at the click point of
my mouse. (spot)
I don't know how to describe it?
I have a picture.
Thank you very much.
If you dont understand what I say , I will post my game progress so far to see what I want to do. Or I post one small code.