home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 4 / cdrt04.iso / pc / bballhit / windemo.dir / 00035.ls < prev    next >
Encoding:
Text File  |  1994-08-04  |  187 b   |  9 lines

  1. on mouseUp
  2.   set the stretch of sprite 3 to 0
  3.   set the castNum of sprite 3 to the number of cast "leftBall"
  4.   updateStage()
  5.   holdOn(30)
  6.   preLoad(the frame - 1)
  7.   go(the frame - 1)
  8. end
  9.