Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hmm...
#6
Heres where I put it, in Picscreen code, but I also have click to move so I had to edit, whenevr I put .show it sais method or data not found, heres the code



Code:
If MouseCheck = True Then
            If Button = 2 Then
            If LblMenu.Visible = True Then
            LblMenu.Visible = False
                XToGo = (X + (NewPlayerX * PIC_X)) / PIC_X
                YToGo = (Y + (NewPlayerY * PIC_Y)) / PIC_Y
                Call CheckMapGetItem
            ElseIf LblMenu.Visible = False Then
            LblMenu.Show
            End If
            End If
           End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)