home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21A.mdf / mmm / digi.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1999-09-27  |  215 b   |  10 lines

  1. on mouseUp
  2.   global chapterlijst, gwaarvandaan
  3.   if the loc of sprite 1 = point(400, 300) then
  4.     gwaarvandaan = getAt(chapterlijst, 8).target
  5.     shutter(getAt(chapterlijst, 8))
  6.     go("h6")
  7.     exit
  8.   end if
  9. end
  10.