home *** CD-ROM | disk | FTP | other *** search
/ Helix Design System / HELIX_DESIGN_SYSTEM_DEMO.iso / language.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  109 b   |  9 lines

  1. on exitFrame
  2.   global ton
  3.   if the multiSound = 0 then
  4.     set ton to 0
  5.   else
  6.     set ton to 1
  7.   end if
  8. end
  9.