Skip to main content
Home Forums 68kMLA Applesoft BASIC full documentation — #10
Post #10 by Apostrophe
Source Forum68kMLA
CategoryDevelopment
Post DateTue, 28 Jun 2011 - 02:26
Original URLhttps://68kmla.org/bb/threads/applesoft-basic-full-documentation.23303/
Post
And another thing I thought, to expand on your question...holding the "a" key down on the Apple is the equivalent of: a.....aaaaaaaaaaaaaaaaaaaaaaa, etc. What I thought is, I could have it insert a pause if the key is repeated at least twice, therefore the effect is: a...a...a...a...a...a...a...a...a... etc.

I think the WAIT command applies here, I'll have to look into it more. But if I can find a way to insert that conditional pause, you know...like, say pressing "a" leads to its own subroutine, and within that subroutine, a filter that would basically say "If a$= "a" then WAIT (however the syntax is.) And I could insert such a pause for each individual letter that I wish to GET, that way I can still establish an interval time rate.

mp.ls