home *** CD-ROM | disk | FTP | other *** search
/ FDR / FDR.iso / FDR / FDR.DXR / 00029_YesH.ls < prev    next >
Encoding:
Text File  |  1996-10-22  |  188 b   |  10 lines

  1. on mouseDown
  2.   clickWait()
  3.   if inside(point(the mouseH, the mouseV), the rect of sprite 6) then
  4.     cursor(4)
  5.     movieInits(0)
  6.     set the colorDepth to 8
  7.     go(marker(1))
  8.   end if
  9. end
  10.