Drag the pizza to the boy and the ice cream to the girl You are timed while you are doing that
I used three variables, food, Score, and Time, only 2 of which are visible to the player, Score and Time. The Time variable is used as a timer, the score variable is used as the player's score and the food variable is used to determine what food it is and if it is randomly selected as one, it is ice cream, and otherwise, it is 2. I used an if statement to change the costume based on the variable. The score is increased using an if statement, checking whether or not the food is touching the boy/girl, and checking whether or not it is an ice-cream/pizza, and increases the score if the pizza is touching the boy, and if the ice cream is touching the girl. The code is by me.