Guest_imported
New member
- Jan 1, 1970
- 0
How can I move Image Slowly?
I use:
Xx is coordinates of image mouse move.
Repeat
Image1.Left:=Image1.Left+1;
until Image1.Left=Xx;
but image won't move it just dissapeared in its coordinates and its rise in Xx coordinate
I use:
Xx is coordinates of image mouse move.
Repeat
Image1.Left:=Image1.Left+1;
until Image1.Left=Xx;
but image won't move it just dissapeared in its coordinates and its rise in Xx coordinate