home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / dialog.dxr / Internal_18.ls < prev    next >
Encoding:
Text File  |  1998-01-27  |  243 b   |  18 lines

  1. on mouseDown
  2.   sound stop 1
  3.   sound stop 2
  4.   case the clickOn of
  5.     13:
  6.       go("Comic")
  7.     14:
  8.       mode("Listen")
  9.       goPag(GetPag())
  10.     15:
  11.       mode("Translate")
  12.       goPag(GetPag())
  13.     16:
  14.       Record()
  15.   end case
  16.   pass()
  17. end
  18.