24-09-2009, 02:19 AM
Hey guys, I know most of you can probably do this, but I was messing with my code and decided I wanted to do a small tut in Robin style
I changed this to the origanal copy, so theres no longer x or y in it
Code:
If Button = 2 Then
If picw/e.visible = false Then
frmMirage.picw/e.Top = Y - numbers here
frmMirage.picw/e.Left = X - numbers here
frmMirage.picw/e.Visible = True
Else
frmMirage.picw/e.Top = Y - numbers here
frmMirage.picw/e.Left = X - numbers here
frmMirage.picw/e.Visible = True
End If
Else
If Button = 1 Then
picw/e.Visible = False
End If
End If