home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / autodesk / autodesk.exe / autodesk.DXR / 01036_FIX18.PCX.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  205 b   |  12 lines

  1. on mouseUp
  2.   if the pauseState = 0 then
  3.     pause()
  4.     set the castNum of sprite 18 to 1046
  5.     updateStage()
  6.   else
  7.     continue()
  8.     set the castNum of sprite 18 to 1036
  9.     updateStage()
  10.   end if
  11. end
  12.