Can the tween be remembered and be tested whether it has alrerady remembered ?
For example, I have 3 mc (A, B, C) on stage. Mc A moves from left to right, mc B moves from top to bottom, and mc C moves diagonally from top right to bottom left. After these mcs have completed their movement, the paths are remembered in sequence, A moves first, then B and lastly C. the user can test whether it is already remembered by drawing lines according to the movement made by the 3 mcs, that is, draw a horozontal line first, secondly a vertical line then thirdly a diagonal across from top right to bottom left. If the drawing are correct, then something will occur.
Hope this wouldn’t too messy and is understandable. Expecting helping hand.