IsaacTBeast, on 16 March 2014 - 03:27 AM, said:
I don't understand how the mouse drag cooperates with mouse click events..
mouse_drag doesn't cooperate with
mouse_click, they're two completely different events. you must detect where they've clicked (which is fired JUST before the drag events) and decide what they've clicked on, then once you get drag events you can assume that they're trying to move whatever is at wherever they clicked. Take a look at the wiki to see what the other return values in
mouse_click and
mouse_drag mean.
IsaacTBeast, on 16 March 2014 - 03:32 AM, said:
I don't really understand for i =1 , #INPUT do foo foo foo end
that in Lua is a simple for loop. it says loop from 1 to the length of
INPUT storing the number into the variable
i.
SuicidalSTDz, on 16 March 2014 - 03:23 AM, said:
Edit: As does holding a conversation..
well there are people that cannot read. but they generally spend all their life talking to people as opposed to doing something that requires reading.