diff --git a/README.md b/README.md index c5cda6e..f0e56e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ You need to set the screen mode. SCREEN 11 on the first line. Mouse input needs to be refactored, mouse handling is more complex now. I added a subroutine that gets the CHX, CHY, and B params. -Replaced delay loops with sleep calls. Need to press a key to continue. +Mouse x,y coordinates need to be recalculated due to resolution differences. Added sub GetCoords that prints the coords as you click. + +Replaced delay loops with sleep calls. 5 second delay, or press any key to advance (after music finishes).Need to flush keys afterwards _KEYCLEAR. Code references labels not in this source file, e.g. 5000 to 20000, perhaps meant to end program