Hope somebody can help me. I have images inside a table and want to setup a touch sequence the user must follow. So touch image1 first, then image2, then image3. These images have a fixed x/y position (not randomly spawned). And then I want to check if the touched image is correct, followed by if the next touched image is correct and so on. Something like touch alphabet from a to z or number from 1 to 5, just a little different (number of images varies per level (say sometimes 4 other times 3), and x/y postion of images changes per level). Not sure how to do this (event.target == ?) and I’ve been kinda stuck with my code.
Any hints/ code help is greatly appreciated. Thanks.