home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Cdrom / Pavilions / SanBlasDeCuna / cuna.dcr / 00100.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  87 b   |  8 lines

  1. on mouseUp
  2.   if the pauseState = 1 then
  3.     continue()
  4.   else
  5.     pause()
  6.   end if
  7. end
  8.