home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / random.dir / 00054_Script_54 < prev    next >
Text File  |  1996-03-11  |  510b  |  18 lines

  1. on mouseDown
  2.   global Choose
  3.   
  4.   if the name of cast the castNum of sprite 4 = "stop" then
  5.     puppetSound "random2"
  6.     updateStage
  7.     put TRUE into Choose
  8.     set the castNum of sprite 4 to the number of cast "contineu"
  9.     put the name of cast the castNum of sprite 3 into field "namesText"
  10.   else
  11.     puppetSound "random4"
  12.     updateStage
  13.     put FALSE into Choose
  14.     set the castNum of sprite 4 to the number of cast "stop"
  15.     put " " into field "namesText"
  16.   end if
  17.   updateStage
  18. end