Please help on Arduino + Gameduino Project: Touch Screen Input

Dear community,

I urgently need your advice on a project using Arduino and Gameduino Hardware.

The program which I want to display on the screen is :

  1. Display a picture

  2. Display : “MATH AND MOVE FIT”

  3. Display: “Count On!”

  4. The user will get to choose the choices of games :
    "1 - Addition"
    "2 - Subtraction"
    "3 – Multiplication”
    "4 - Division"
    "5 – Exit”

  5. Display: "Enter a number choice:"
    After the user chose his/her choice of game, for eg, "1 - Addition", there will be random numbers appearing eg. 2+2=? .

If the answer is correct, it will display "Correct!"
On the other hand, if the answer is wrong, it will display "Wrong answer, please try again!".

This applies to the same for the other choices of games for Count On.

  1. Display: “Fit your body”
  2. And etc.
  3. Display: “Heart rate”
  4. And etc.

However, i have problem with the touch screen programming.

Please teach me:

  1. How to do a TAG to all the buttons.

  2. Wait for User Input (Touch Button Input)

  3. Execute only when "ENT" button is pressed.

Best Regards
Pui San