Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bltNPCTOP
#3
try:

Code:
' Check if its out of bounds because of the offset
    If y < 0 Then
        y = 0
        With rec
            .top = .top + (y * -1)
        End With
    End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)