home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 September / macformat-028.iso / mac / Demos / UNZIP-DEMO / ZIPFILES / dro00 / 00106.ls < prev    next >
Encoding:
Text File  |  1995-05-24  |  177 b   |  9 lines

  1. on lights2
  2.   if the mouseCast = the castNum of sprite 3 then
  3.     set the castNum of sprite 3 to 106
  4.     updateStage()
  5.   else
  6.     set the castNum of sprite 3 to 109
  7.   end if
  8. end
  9.