Hi,
I have setup an image table inside a levels table. The image table consists of an specific number of images (that changes according to the level the game is in). I want that specific order of images (say from img1 to img3) to be the order in which the person playing the game has to touch the images (for it to be correct). So event.target == the sequence of images in that level. And remove each correctly touched image…I know how to get it to work when event.target is say img1, but I don’t know how to check if the images are touched in the correct order and remove them one by one if they are.
Any code help would be greatly appreciated. Thanks.