RE: lingo-l Lingo syntax for simulating END key?

2001-07-03 Thread Al Hospers
Can't find END key ASCII listed in my ASCII appendix of Dir 8.5 manual, so wondering if it is possible for Lingo to emulate a key press of the END key in a field sprite? I am referring to the END key in the group of 6 keys to the right of the main keyboard itself. The 6 are: (top row)

Re: lingo-l Lingo syntax for simulating END key?

2001-07-03 Thread Tab Julius
Hi, END is a compound key and does not have an ASCII value. Instead, you will have to check for 'the keyCode'. END has a keyCode of 119 followed by a keyCode of 2. To emulate that behavior, instead of checking for it, there are a few things you can do. For instance, see Al's response for