Posted 27 November 2015 - 04:38 PM
First off: The Code
the code does NOT give off an error, it works as it is now, the problem is the coding in some way
This program is written for a advanced pocket computer (wireless)
the problem lies at the mouse click event..
i have 3 locations im watching (so to speak)
X10 or 11 and Y2
X7 or 8 and Y3
X10 or 11 and Y8
whenever i click
X10 or X11 and Y2
OR
X10 or X11 and Y8
it triggers both of them, and not just one of them.. tried changing a few things.. but that didnt work out for me
would i be better off splitting them into 2 seperate funtions?? with 2 os.pullEvents
the code does NOT give off an error, it works as it is now, the problem is the coding in some way
This program is written for a advanced pocket computer (wireless)
the problem lies at the mouse click event..
i have 3 locations im watching (so to speak)
X10 or 11 and Y2
X7 or 8 and Y3
X10 or 11 and Y8
whenever i click
X10 or X11 and Y2
OR
X10 or X11 and Y8
it triggers both of them, and not just one of them.. tried changing a few things.. but that didnt work out for me
would i be better off splitting them into 2 seperate funtions?? with 2 os.pullEvents