home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / controls / 00001.ls next >
Encoding:
Text File  |  1995-09-24  |  699 b   |  28 lines

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