home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / time_capsule / rounde / d.dcr / 00052.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  312 b   |  16 lines

  1. on mouseUp
  2.   global goframe
  3.   set goframe to 0
  4.   set the castNum of sprite 30 to the number of cast "LL"
  5.   puppetSprite(clickOn(), 0)
  6.   updateStage()
  7. end
  8.  
  9. on mouseDown
  10.   global goframe
  11.   set goframe to 1
  12.   puppetSprite(clickOn(), 1)
  13.   set the castNum of sprite 30 to the number of cast "LLB"
  14.   updateStage()
  15. end
  16.