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 / emaki / m2.dcr / 00031.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  501 b   |  20 lines

  1. on mouseDown
  2.   dragsprite()
  3. end
  4.  
  5. on mouseUp
  6.   puppetSprite(14, 1)
  7.   set the locH of sprite 14 to 29
  8.   if (the locH of sprite 1 = 1598) or (the locH of sprite 1 > 1598) then
  9.     set the locH of sprite 1 to 1597
  10.     puppetSprite(5, 1)
  11.     set the castNum of sprite 5 to the number of cast "bowb"
  12.   else
  13.     if (the locH of sprite 1 = -1434) or (the locH of sprite 1 < -1434) then
  14.       set the locH of sprite 1 to -1433
  15.       set the locH of sprite 14 to -50
  16.       updateStage()
  17.     end if
  18.   end if
  19. end
  20.