serg-srri-umass / TP-data-games

Middle School/Statistics oriented data games for the Data Games Project
http://srri.umass.edu/datagames
4 stars 5 forks source link

Chainsaw: Draggy Measuring Tape Issues #206

Closed MikeSalyh closed 10 years ago

MikeSalyh commented 10 years ago

Grab the measuring tape and drag it onto the center of the screen. Release it and rapidly "catch" it in its way back to its original position. That breaks the tween, and causes the tape to permanently follow the mouse from a distance away:

issue

Also, the tape can be dragged during cutting. Is that intentional?

Lastly, on mouse over, the tape should highlight, to indicate its interactivity. Should probably use the same style as the logs of the Level screen.

cdmiller commented 10 years ago

tape can be dragged during cutting IS intentional...if you want to use your fuel time measuring, go right ahead.

MikeSalyh commented 10 years ago

New Issue Discovered: If you drag the tape outside of the screen area, then release the mouse, it will break. This is a constant issue with flash's built in dragging methods. Ship Odyssey handles it by ending drags when the mouse moves outside of the game area. Needs to be addressed.