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 / c.dcr / 00051.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  310 b   |  16 lines

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