home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 31 / CDPowerplay31.iso / pcpp / Font.sxt < prev    next >
Encoding:
Text File  |  1999-01-04  |  3.2 KB  |  104 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("Audioactive Production Studios lets you convert all your WAV files into high quality MP3 files.")
  11.             break    
  12.         case 2
  13.             h_text.set("Acdsee is the fastest and most powerful graphics viewer around. A must have graphics utility. ")
  14.             break
  15.         case 3
  16.             h_text.set("Cakewalk is the award-winning product for recording, editing, and playing music & sound on the desktop.")
  17.             break
  18.         case 4
  19.             h_text.set("LifeSaver is a configuration file backup and restore utility which can be used to recover from problems due to corrupt configuration files.")
  20.             break
  21.         case 5
  22.             h_text.set("Easy to use scheduling and reminder software that allows you to organize all of the important dates, appointments, and occasions in your life.")
  23.             break
  24.         case 6
  25.             h_text.set("One of the best graphics programs available if your interested in editing images. Almost as good as PhotoShop but much cheaper.")
  26.             break
  27.         case 7
  28.             h_text.set("Testdrive the most advanced and popular photo imaging software available. If you want to get into graphics this is the best program around")
  29.             break
  30.         case 8
  31.             h_text.set("Turbo Browser 98 is a superior file-management replacement that mimics the Explorer interface but adds extensive functionality.")
  32.             break
  33.         case 9
  34.             h_text.set("Ulead COOL 3D turns any TrueType font into an animated, 3D masterpiece instantly.")
  35.             break
  36.         case 10
  37.             h_text.set("The latest release of Winzip serves up serveral new features that make the program even easier to use for managing archives.")
  38.             break
  39.         case 11
  40.             h_text.set("WebGraphics Optimizer is a perfect tool for optimizing and compressing images for online and internet use, mainly World Wide Web pages.")
  41.             break
  42.         case 12
  43.             h_text.set("Would you like to know if your friends & associates are surfing the net? With ICQ you can chat,send messages and files, play games and more ")
  44.             break
  45.         case 13
  46.             h_text.set("Mirc offers a world-wide multi-user chat network, where people meet to talk in groups, or privately." )
  47.             break
  48.         case 14
  49.             h_text.set("The latest version of the world's best browser. Much more stable than the last version")
  50.             break
  51.         case 15
  52.             h_text.set("Connect to the Telstra Big Pond Home service for 8 hours free access. You get a personal home page and a 5MB personal web site for no extra charge and free technical support.")
  53.             break
  54.     return
  55.     
  56. crazy_text:
  57.     sound_num = ceil (rnd 7)
  58.     debug sound_num
  59.     switch sound_num
  60.         case 1
  61.             display element "sound1"
  62.             break
  63.         case 2
  64.             display element "sound2"
  65.             break
  66.         case 3
  67.             display element "sound3"
  68.             break
  69.         case 4
  70.             display element "sound4"
  71.             break
  72.         case 5
  73.             display element "sound5"
  74.             break
  75.         case 6
  76.             display element "sound6"
  77.             break
  78.         case 7
  79.             display element "sound7"
  80.             break
  81.     return
  82.  
  83. crazy_text2:
  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.