home *** CD-ROM | disk | FTP | other *** search
/ Helix Design System / HELIX_DESIGN_SYSTEM_DEMO.iso / portug / drafting.dxr / 00157.ls < prev    next >
Encoding:
Text File  |  1996-12-19  |  241 b   |  13 lines

  1. on exitFrame
  2.   global ton
  3.   set the keyDownScript to "Tasten"
  4.   if ton = 1 then
  5.     set the visible of sprite 27 to 0
  6.     sound fadeOut 1, 2 * 60
  7.     sound stop 2
  8.   end if
  9.   if ton = 0 then
  10.     set the visible of sprite 26 to 0
  11.   end if
  12. end
  13.