I'm trying to scroll up and down some images when I push a button
the images not scroll clearly

Code:
 For X = 1 To 3
  fimg(X).Top = fimg(X).Top - 1
 Next X
any suggestion?