View Single Post
  #7  
Old 01-03-2013, 08:58 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by ffcmike View Post
While using a GUI Control is ideal for stuff related to clicking, with normal displays you could try something such as this:

PHP Code:
if(
      
mousescreenx in <temp.d.xtemp.d.temp.d.dwidth> &&
      
mousescreeny in <temp.d.ytemp.d.temp.d.dheight>
    ) 
wouldnt it have to be like the following?
PHP Code:
if(
  
mousescreenx in |temp.d.xtemp.d.temp.d.dwidth| &&
  
mousescreeny in |temp.d.ytemp.d.temp.d.dheight|

if not, what would the < > 's do exactly in this case (i know that they can be used for smaller, bigger checks but wouldnt make sense in here like i am used to it)?
__________________
MEEP!
Reply With Quote