home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 201 / DPCS1104.ISO / Full / QuickBooks / QBTutor / Lesson4 / Lesson4.dcr / 00178_Tab from Quantity handler.ls < prev    next >
Encoding:
Text File  |  2001-02-01  |  102 b   |  9 lines

  1. property spriteNum
  2.  
  3. on keyDown me
  4.   if the key = TAB then
  5.     go("Grand Total")
  6.   end if
  7.   pass()
  8. end
  9.