Yep, pretty much that. The TOUCH OUT command will assign different TOUCH values to variables. the TM variable will receive the amount of frames the screen has been touched for, the TX variable receives the X position of the touch, and TY receives the Y position of the touch. After TOUCH OUT, you simply want to see if the touch coordinates are within the space you want to tap, so if your...