home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / shared.dir / 00512.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  542 b   |  23 lines

  1. on mouseDown
  2.   global movieDuration
  3.   set the castNum of sprite clickOn() to 427
  4.   repeat while the mouseDown
  5.     updateStage()
  6.   end repeat
  7.   set the castNum of sprite clickOn() to 426
  8.   updateStage()
  9.   if not rollOver(10) then
  10.     exit
  11.   end if
  12.   set the castNum of sprite 11 to 446
  13.   updateStage()
  14.   set thePos to the frame - marker(0)
  15.   if (thePos > 7) and (thePos < 10) then
  16.     set the movieRate of sprite 8 to 0
  17.     set the movieTime of sprite 8 to 0
  18.   end if
  19.   setUpSprites("8;12;37-42;48", 0)
  20.   updateStage()
  21.   go(marker(0) + 2)
  22. end
  23.