Hi! I'm a total noob here and trying to build a game where my little students make the hands on an analog clock match the time on a digital clock.
I've managed to build a portion of my "game", but I'm stuck.
Here is the file.
If you click through the first page using the 'Play Game' button, you'll see that students are supposed to make the analog clock read 4:00. But I can't get the clock hands to move right.
I want them to move like a geared clock, that is moving the minuteHand 360 degrees clockwise while ALSO automatically, simultaneously moving the hourHand 30 degrees.
Or if the student moves the hourHand, the minuteHand will also automatically, simultaneously move the hourHand 360/12 degrees.
I don't have the hourHand movement on the event sheet yet at all, because when I move the minuteHand, the hourHand jumps at 270 degrees. I assume it's because of the rotation movement type I chose, using the touch plugin.
Can anyone suggest a better way to accomplish my objective? TIA!