I am trying to set a variable called Midclick_x to the value of mouse.x. So, at the beginning of the function, I've put:
Midclick_x = mouse.x
However, the compiler seems to have a parse error at "mouse." What am I doing wrong?
Midclick_x = mouse.x; ;)
~Cheers
Wow, I feel really stupid now.
Thank you.