home *** CD-ROM | disk | FTP | other *** search
- setup_proc:
- install font "verdana.ttf"
-
- change_text:
- h_text = get_element "template"
-
- switch selection_number
-
- case 1
- h_text.set("3D Magic is the coolest way to create stunning 3D logos and graphics for your web site or documents.")
- break
- case 2
- h_text.set("Battlefield Communicator is the first real-time voice communications package for with multiplayer games.")
- break
- case 3
- h_text.set("The Battlefield Communicator Server acts as a host for up to 32 Battlefield Communicator users.")
- break
- case 4
- h_text.set("One of the best web design programs available. Lets you easily add FLASH and Shockwave files to your web pages too")
- break
- case 5
- h_text.set("IMatch allows you to index all the images on your hard disks. Heaps of options")
- break
- case 6
- h_text.set("Kali makes your Internet connection appear to be an IPX connection so you can play games over the internet.")
- break
- case 7
- h_text.set("Excellent graphics program from Microsoft.")
- break
- case 8
- h_text.set("PopOff is a small program that filters out popup windows within your browser.")
- break
- case 9
- h_text.set("Pretty HTML is the first full featured HTML source code styling tool. It will clean up all your messy HTML code")
- break
- case 10
- h_text.set("Get funky with one of the most widely used audio programs in the world of techno music")
- break
- case 11
- h_text.set("Software monitoring tool that lets you trial fresh programs, and then lets you uninstall them with ease.")
- break
- case 12
- h_text.set("Virtuosa Gold is a program for playing, downloading, encoding, and burning digital music.")
- break
- case 13
- h_text.set("Visual Calendar Planner offers an easy way to schedule appointments and display monthly or weekly calendars.")
- break
- case 14
- h_text.set("Spending too much on computer parts? Zilch helps you sort out your finances quickly.")
- break
- case 15
- h_text.set("A collection of tools to detect, clean, and destroy the Back Orifice trojan horse from your computer")
- break
- case 16
- h_text.set("A collection of tools to detect, clean, and destroy the Back Orifice trojan horse from your computer")
- break
- case 17
- h_text.set("A collection of tools to detect, clean, and destroy the Back Orifice trojan horse from your computer")
- break
- return
-
- change_text2:
- h_text = get_element "template"
-
- switch selection_number
-
- case 1
- h_text.set("Corrects a few bugs and adds a few more features to the AI")
- break
- case 2
- h_text.set("Addresses joystick and gamepad problems.")
- break
- case 3
- h_text.set("Fixes several intermittent crashes to Windows due to a few small bugs ")
- break
- case 4
- h_text.set("Corrects a few glitches with the sound, and added a few tweaks to improve performance")
- break
- return
-
-
-
- crazy_text:
- sound_num = ceil (rnd 5)
- debug sound_num
- switch sound_num
- case 1
- display element "sound1"
- break
- case 2
- display element "sound2"
- break
- case 3
- display element "sound3"
- break
- case 4
- display element "sound4"
- break
- case 5
- display element "sound5"
- break
- return
-
- crazy_text2:
- sound_num = ceil (rnd 5)
- debug sound_num
- switch sound_num
- case 1
- display element "sound1"
- break
- case 2
- display element "sound2"
- break
- case 3
- display element "sound3"
- break
- case 4
- display element "sound4"
- break
- case 5
- display element "sound5"
- break
- return
-
-
- countdown:
- counter = counter - 1
- if counter == 0
- counter = 5
-
- countup:
- counter = counter + 1
- if counter == 6
- counter = 1