12-18-2012 08:20 PM
Thank you very much for teaching me the method. I used an event structure, however, as you can see in the attachment, it seems it could only record the first move. If the event structure is in the loop, then every point will require a mouse down, which is not we want.
12-18-2012 08:22 PM
Thank you very much for teaching me the method. I used an event structure, however, as you can see in the attachment, it seems it could only record the first move. If the event structure is in the loop, then every point will require a mouse down, which is not we want.
12-19-2012 01:28 AM
The event structure only runs once, so that's why it works the way it does. You can see that if you run the code using highlight execution. I mentioned in a previous reply that you should handle the event in the second loop and pass the trigger info to your monitoring loop.
Also, you didn't implement any of the other feedback, so I would suggest you go over that reply again.
More generally, I would suggest you go over those tutorials properly, or maybe even take a course. Eventually, you're going to have to learn to do this yourself.