I would like to have the mouse trace a very simple picture on the screen. The picture would be a horizontal or vertical line, circle, triangle or square. The user would use the mouse to trace the line and if the user traces the line correctly from beginning to end they are rewarded with a sound. If they are not successful they receive another sound.
I can't seem to find any information on tracing lines or tracing pictures in javascript. Is it possible? And if so where should I be looking for examples? I've done a lot of searching and perhaps I'm not phrasing my search correctly but I can't seem to find anything similar to the type of code example I need.
Thanks you!
I can't seem to find any information on tracing lines or tracing pictures in javascript. Is it possible? And if so where should I be looking for examples? I've done a lot of searching and perhaps I'm not phrasing my search correctly but I can't seem to find anything similar to the type of code example I need.
Thanks you!