updated readme

This commit is contained in:
Stephen MacKenzie
2019-04-15 21:29:01 -07:00
committed by GitHub
parent 362bcd5240
commit 3460b9b78c

View File

@ -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. 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 Code references labels not in this source file, e.g. 5000 to 20000, perhaps meant to end program