Clicking 'wrong' items

For this scene 8, there are about 30 cat paintings! Only one of them is the ‘right’ painting. When we click on the others, we want them to shake quickly left to right (telling us that they are the wrong answers) for about 1 second. How can we easily do this without having to copy and paste each script 30 times.

Cat 12 is the correct answer.

1 Like

Hi @Kelly_Nickell there were so many cats on the loose… so I sorted them into groups if you dont mind haha, it does tidy’s things up alot and it allows for using a loop based on the child count of the group, setting the on click events for each; By only defining the right answer and checking if the painting clicked is equal to the right answer we can have both the right and wrong answer within the same event.
Hope to have helped, if you have any questions let me know!

1 Like