Update README.md

This commit is contained in:
Stephen MacKenzie 2019-04-16 14:17:41 -07:00 committed by GitHub
parent 4d840b3f82
commit e644f25b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -6,9 +6,13 @@ 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.
Mouse x,y coordinates need to be recalculated due to resolution differences. Added sub GetCoords that prints the coords as you click:
REM To get coordinates, comment next line (GetXY), then uncomment the line after that (GetCoords)
REM Be sure to restore for normal use. Uncomment out GetXY, comment out GetCoords
557 GetXY CHX, CHY
REM 560 GetCoords ' use this to run in a loop to determine mouse coordinates
Replaced delay loops with sleep calls. 5 second delay, or press any key to advance (after music finishes).Need to flush keys afterwards _KEYCLEAR.