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

  1. on mouseUp
  2.   global recentPage, theDeleteLine
  3.   set recentPage to 3
  4.   setOffStage("29")
  5.   set theDeleteLine to 0
  6.   repeat with n = 30 to 44
  7.     set the castNum of sprite n to cast "blank"
  8.   end repeat
  9.   go("recent3")
  10. end
  11.