home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / microsft / mmcat / demos / publish / pub3demo.exe / pub3demo.DXR / 00262_TXPAUSE.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  335 b   |  14 lines

  1. on mouseUp
  2.   set the castNum of sprite 24 to the number of cast "txclick"
  3.   puppetTransition(4, 0, 60)
  4.   set the locH of sprite 24 to 448
  5.   updateStage()
  6.   if the pauseState = 0 then
  7.     pause()
  8.   else
  9.     set the castNum of sprite 24 to the number of cast "txpause"
  10.     set the locH of sprite 24 to 438
  11.     updateStage()
  12.   end if
  13. end
  14.