Maybe you can help me with this :
I try to make a little tool to manually record movement of an item on video. Here how it works :
- video is playing
- When user touches the video, current time code, touch.X and Touch.Y are recorded in an array.
- Press Spacebar restarts video and clears array
- press P at the end of the video restarts the video and allow to check if movement has been correctly recorded. Item position is represented by a red dot.
So far, recording works (debugger shows that array is growing when video is touched).
But replay doesn't work. to recover values, I'm checking the array index where recorded value matches current video playback.time.
Any idea what is wrong here ?
thanks !
File is here
dropbox.com/s/z72iqcugb52zsa1/RecordVideoSprite.c3p