✔ Movable window?
✔ "mouse_click" in a movable window?

I've tried but I can't do this :/
[Pastebin]
I need this for my program.. please help!
Posted 14 October 2013 - 12:29 PM
Posted 14 October 2013 - 01:08 PM
Posted 14 October 2013 - 02:10 PM
Posted 14 October 2013 - 02:40 PM
KingOfNoobs, on 14 October 2013 - 01:08 PM, said:
Posted 15 October 2013 - 12:25 PM
Posted 15 October 2013 - 12:48 PM
Posted 15 October 2013 - 01:00 PM
Lyqyd, on 15 October 2013 - 12:48 PM, said:
Posted 15 October 2013 - 02:33 PM
if XY2 == "X+8,Y" and button == 1 then -- #### X positionIt's checking if XY2 is equal to "X+8,Y", the variables aren't getting replaced. Replace "X+8,Y" with (X + 8) .. "," .. Y.
Posted 16 October 2013 - 06:32 AM
Posted 16 October 2013 - 06:36 AM
CoderPuppy, on 15 October 2013 - 02:33 PM, said:
if XY2 == "X+8,Y" and button == 1 then -- #### X positionIt's checking if XY2 is equal to "X+8,Y", the variables aren't getting replaced. Replace "X+8,Y" with (X + 8) .. "," .. Y.
0 members, 1 guests, 0 anonymous users