home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / GROWDEC.DXR / 00018.ls < prev    next >
Encoding:
Text File  |  1997-10-14  |  351 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(0)
  3.   set the castNum of sprite 10 to 95
  4.   set the castNum of sprite 6 to 53
  5.   if the castNum of sprite 21 <> the number of member "NameOne" then
  6.     set the castNum of sprite 21 to the number of member "NameOne"
  7.     set the loc of sprite 21 to point(10, 400)
  8.   end if
  9.   updateStage()
  10.   set the movieRate of sprite 10 to 1
  11. end
  12.