home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / animals.dir / 00039_sectionChoose.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  212 b   |  10 lines

  1. on mouseUp
  2.   global theSection, theSectionT
  3.   set the text of field 974 to EMPTY
  4.   set theSection to 1
  5.   set theSectionT to 1
  6.   set the castNum of sprite 30 to theSection + 20
  7.   sectionDown()
  8.   updateStage()
  9. end
  10.