home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 39 / PCPP39.iso / menu / FONT.SXT next >
Encoding:
Text File  |  1999-01-04  |  3.7 KB  |  134 lines

  1. setup_proc:
  2.         install font "verdana.ttf"
  3.  
  4. change_text:
  5.     h_text = get_element "template"
  6.     
  7.     switch selection_number
  8.  
  9.         case 1
  10.             h_text.set("3D Magic is the coolest way to create stunning 3D logos and graphics for your web site or documents.")
  11.             break    
  12.         case 2
  13.             h_text.set("Battlefield Communicator is the first real-time voice communications package for with multiplayer games.")
  14.             break
  15.         case 3
  16.             h_text.set("The Battlefield Communicator Server acts as a host for up to 32 Battlefield Communicator users.")
  17.             break
  18.         case 4
  19.             h_text.set("One of the best web design programs available. Lets you easily add FLASH and Shockwave files to your web pages too")
  20.             break
  21.         case 5
  22.             h_text.set("IMatch allows you to index all the images on your hard disks. Heaps of options")
  23.             break
  24.         case 6
  25.             h_text.set("Kali makes your Internet connection appear to be an IPX connection so you can play games over the internet.")            
  26.             break
  27.         case 7
  28.             h_text.set("Excellent graphics program from Microsoft.")
  29.             break
  30.         case 8
  31.             h_text.set("PopOff is a small program that filters out popup windows within your browser.")
  32.             break
  33.         case 9
  34.             h_text.set("Pretty HTML is the first full featured HTML source code styling tool. It will clean up all your messy HTML code")
  35.             break
  36.         case 10
  37.             h_text.set("Get funky with one of the most widely used audio programs in the world of techno music")
  38.             break
  39.         case 11
  40.             h_text.set("Software monitoring tool that lets you trial fresh programs, and then lets you uninstall them with ease.")
  41.             break
  42.         case 12
  43.             h_text.set("Virtuosa Gold is a program for playing, downloading, encoding, and burning digital music.")
  44.             break
  45.         case 13
  46.                         h_text.set("Visual Calendar Planner offers an easy way to schedule appointments and display monthly or weekly calendars.")
  47.             break
  48.         case 14
  49.                         h_text.set("Spending too much on computer parts? Zilch helps you sort out your finances quickly.") 
  50.             break
  51.         case 15
  52.             h_text.set("A collection of tools to detect, clean, and destroy the Back Orifice trojan horse from your computer")
  53.             break
  54.         case 16
  55.             h_text.set("A collection of tools to detect, clean, and destroy the Back Orifice trojan horse from your computer")
  56.             break
  57.         case 17
  58.             h_text.set("A collection of tools to detect, clean, and destroy the Back Orifice trojan horse from your computer")
  59.             break
  60.     return
  61.  
  62. change_text2:
  63.     h_text = get_element "template"
  64.     
  65.     switch selection_number
  66.  
  67.         case 1
  68.             h_text.set("Corrects a few bugs and adds a few more features to the AI")
  69.             break    
  70.         case 2
  71.             h_text.set("Addresses joystick and gamepad problems.")
  72.             break
  73.         case 3
  74.             h_text.set("Fixes several intermittent crashes to Windows due to a few small bugs ")
  75.             break
  76.         case 4
  77.             h_text.set("Corrects a few glitches with the sound, and added a few tweaks to improve performance") 
  78.             break
  79.          return
  80.  
  81.  
  82.     
  83. crazy_text:
  84.     sound_num = ceil (rnd 5)
  85.     debug sound_num
  86.     switch sound_num
  87.         case 1
  88.             display element "sound1"
  89.             break
  90.         case 2
  91.             display element "sound2"
  92.             break
  93.         case 3
  94.             display element "sound3"
  95.             break
  96.         case 4
  97.             display element "sound4"
  98.             break
  99.         case 5
  100.             display element "sound5"
  101.             break
  102.     return
  103.  
  104. crazy_text2:
  105.     sound_num = ceil (rnd 5)
  106.     debug sound_num
  107.     switch sound_num
  108.         case 1
  109.             display element "sound1"
  110.             break
  111.         case 2
  112.             display element "sound2"
  113.             break
  114.         case 3
  115.             display element "sound3"
  116.             break
  117.         case 4
  118.             display element "sound4"
  119.             break
  120.         case 5
  121.             display element "sound5"
  122.             break
  123.     return
  124.  
  125.  
  126. countdown:
  127.    counter = counter - 1
  128.        if counter == 0
  129.            counter = 5 
  130.  
  131. countup:
  132.      counter = counter + 1
  133.        if counter == 6
  134.            counter = 1