home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 7 / LSSP_7.ISO / pc / lssp / games / shared.dir / 00771.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  114 b   |  9 lines

  1. on mouseUp
  2.   global pLeft
  3.   if the shiftDown then
  4.     shiftOne(-(pLeft - 1))
  5.   else
  6.     shiftOne(-1)
  7.   end if
  8. end
  9.