home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / xtras / ffxtras / -ffdesig.dir / 00046_visWidthList.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  172 b   |  6 lines

  1. on mouseDown
  2.   set spriteTop to the top of sprite 4
  3.   set clickedLine to locVToLinePos(member "visNameList", the mouseV - spriteTop) + 1
  4.   createFieldDown(clickedLine)
  5. end
  6.