home *** CD-ROM | disk | FTP | other *** search
/ Cheeks / Cheeks.iso / mac / Cheeks.PowerMac / Cheeks.dxr / 00022_loop NH.8.ls < prev    next >
Encoding:
Text File  |  1995-05-09  |  212 b   |  12 lines

  1. on mouseUp
  2.   global loopVar
  3.   set n to the castNum of sprite 30
  4.   if loopVar = 1 then
  5.     set the loop of cast n to 0
  6.     set loopVar to 0
  7.   else
  8.     set the loop of cast n to 1
  9.     set loopVar to 1
  10.   end if
  11. end
  12.