home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / SHARED.DIR / 00512.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  131 b   |  9 lines

  1. on mouseUp
  2.   if the shiftDown then
  3.     go("CONT3")
  4.   else
  5.     play frame "OPEN" of movie "DEATH.DIR"
  6.     SETSPEAKER()
  7.   end if
  8. end
  9.