Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MS4] Relocating Right Click Window
#1
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
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
I changed this to the origanal copy, so theres no longer x or y in it
Reply
#2
I'm assuming the 'X / 32' means this is supposed to be tile-based?
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#3
Ignore that comment, it's something I'm working on for the mapeditor post updated.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)