home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / growfeb.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1996-12-09  |  214 b   |  10 lines

  1. on mouseUp
  2.   put "stop"
  3.   if the castNum of sprite 10 = 93 then
  4.     set the castNum of sprite 28 to 98
  5.     set the castNum of sprite 27 to 101
  6.     set the movieRate of sprite 10 to 0
  7.     updateStage()
  8.   end if
  9. end
  10.