home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / jscript / yrmovie.dcr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-11-14  |  246 b   |  11 lines

  1. on mouseUp
  2.   if gWhichScreen = 4 then
  3.     set gWhichScreen to 1
  4.   else
  5.     set gWhichScreen to gWhichScreen + 1
  6.   end if
  7.   set the castNum of sprite 20 to the number of member ("Screen" && string(gWhichScreen))
  8.   updateStage()
  9.   startTimer()
  10. end
  11.