home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / CONTROLS.DIR / 00001.ls next >
Encoding:
Text File  |  1996-04-01  |  696 b   |  32 lines

  1. on exitFrame
  2.   puppetSprite(42, 1)
  3.   if the text of cast 3 = the short time then
  4.     nothing()
  5.   else
  6.     set the text of cast 3 to the short time
  7.   end if
  8.   go(the frame)
  9.   if rollOver(41) then
  10.     flag(1, 41, "TO MAIN MENU")
  11.   else
  12.     if rollOver(42) then
  13.       flag(1, 42, "VOLUME CONTROLS")
  14.     else
  15.       if rollOver(43) then
  16.         flag(1, 43, "ACTIVATE PANIC SCREEN")
  17.       else
  18.         if rollOver(44) then
  19.           flag(1, 44, "ACTIVATE HELP SCREEN")
  20.         else
  21.           if rollOver(7) then
  22.             flag(1, 7, "KILL CONTROL PANEL")
  23.           else
  24.             flag(1, 0, "BLENDER EDITION 2.3")
  25.           end if
  26.         end if
  27.       end if
  28.     end if
  29.   end if
  30.   SETSPEAKER()
  31. end
  32.