M
mikey
Hey,
I'm currently working on a project where I draw a rectangle on a form
and move it around. The form seems to be bigger than I make it
because when I move my image down or right it will go right off the
screen before the 'buffer' code I implemented kicks in.
The current code I have now is:
if object.bottom < form.height then
y += 1
end if
Obviously not the exact code, but that's what it is for moving the
form down.
Has anyone else had this problem or know how to fix it?
I'm currently working on a project where I draw a rectangle on a form
and move it around. The form seems to be bigger than I make it
because when I move my image down or right it will go right off the
screen before the 'buffer' code I implemented kicks in.
The current code I have now is:
if object.bottom < form.height then
y += 1
end if
Obviously not the exact code, but that's what it is for moving the
form down.
Has anyone else had this problem or know how to fix it?