um... you just make a box on the touch screen using four if statements, im guessing you dont know how to so, start with putting TOUCH OUT TT,TX,TY 'sets up touchscreen' then a box like: IF TX>10 AND TX<50 AND IF TY>10 AND TX<50 THEN (stuff) (for testing i would use a beep to tell if you are touching it as it makes noise) that hopefully makes sense to you, if not tell me and ill help you again.