PT
Developer Forums
Register
Login
[Archived] AppGameKit Classic Chat
->
I get an error in this code
<
1
>
T
Trisect Development
Joined:
8th Sep 2002
Location:
Denmark
Posted:
10th Sep 2011 14:46
If(mouseXpos >= 0 AND mouseXpos <= 100)
Is there a way to check two things in a IF call?
T
Trisect Development
Joined:
8th Sep 2002
Location:
Denmark
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
Sign In
Username or Email
Password
Login