Posted: 10th Sep 2011 14:46
If(mouseXpos >= 0 AND mouseXpos <= 100)

Is there a way to check two things in a IF call?
Posted: 10th Sep 2011 15:26
I got it..

I work to much with C# so I put in brackets.

This work.

if mouseXpos >= 0 AND mouseXpos <= 100