home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-24 | 22.9 KB | 1,267 lines |
- vga16
- ESCKEY OFF
- font head4.fnt
- Style Overlay
- SHOW BLUE.PCX 1
- atpix 105,0
- pixnum 12,12
- SHOW FILM8.PCX 3
- atpix 220,150
- color 1,1
- print "pcx pcx pcx"
- COLOR 0,4
- ATPIX 152,210
- Style Bold
- LOGO 15,"SUPERSHOW"
- COLOR 15
- XPlay PRESENTS.MUS,1
- font rom16
- STYLE NORMAL
- STYLE OVERLAY
- ATPIX 285,415
- print "P C"
- atpix 325,415
- print "WEST"
- atpix 265,430
- print "P.O. Box 31418"
- atpix 250,445
- print "Phoenix, AZ 85046"
- atpix 270,460
- color 14
- print "602-992-0310"
- SLEEP 1
- SOUND 5
- COLOR 15
- atpix 245,340
- print "■ Copyright 1992 ■"
- DELAY 3
- COLOR 15,4
- box 0,0,649,479
- BOX 0,0,639,479
- BOX 1,1,638,478
- BOX 2,2,637,477
- box 2,140,637,477
- Outline On
- Space 6
- COLOR 15
- ANGLE 0
- SIZE 13
- ATPIX 126,40
- SPRINT "SuperShow"
- ATPIX 127,41
- SPRINT "SuperShow"
- color 15
- ATPIX 128,42
- SPRINT "SuperShow"
- ATPIX 129,43
- SPRINT "SuperShow"
- ATPIX 130,44
- SPRINT "SuperShow"
- OUTLINE OFF
- size 8
- angle 45
- color 15,4
- Fill Bigdot
- CIRCLE 64,73,49,58
- color 0
- atpix 24,75
- sprint "pcx"
- color 12
- atpix 26,77
- sprint "pcx"
- color 15,4
- CIRCLE 579,73,49,58
- color 0
- atpix 540,75
- sprint "pcx"
- color 12
- atpix 542,77
- sprint "pcx"
- FONT ROM16
- color 15,4
- atpix 20,170
- print "The following is a demonstration of most of the features of PCX-SuperShow."
- atpix 20,200
- print "This demo was created using the script commands from SuperShow. The script"
- atpix 20,230
- print "is named PCXSHOW.SPT and may be viewed in any ASCII word processor or"
- atpix 20,260
- print "editor or from our PCX ShowPrep editor/script menu program."
- atpix 20,300
- print "We constructed a menu system for this demo using the SuperShow conditional"
- atpix 20,330
- print "branching routine. You may view any portion of the demo by pressing the"
- atpix 20,360
- print "associated number key from the main menu screen. If you wish to view the"
- atpix 20,390
- print "entire demo from start to finish, then choose number 9 on the main menu."
- atpix 180,440
- color 14,4
- print "< Press any key for the Main Menu >"
- FILL SOLID
- sleep 90
- :MAIN
- pixnum 20,16
- ATPIX 0,0
- COLOR 15
- SHOW SLATE2.PCX 18
- ATPIX 105,450
- PRINT "■■■ Press a number key for your desired menu choice ■■■"
- ATPIX 0,0
- :GETKEY
- INPUT
- IF 1 GOTO :LABEL1
- IF 2 GOTO :LABEL2
- IF 3 GOTO :LABEL3
- IF 4 GOTO :LABEL4
- IF 5 GOTO :LABEL5
- IF 6 GOTO :LABEL6
- IF 7 GOTO :LABEL7
- IF 8 GOTO :LABEL8
- IF 9 GOTO :LABEL9
- IF 0 GOTO :END
- SOUND -4
- GOTO :GETKEY
-
- :LABEL9
- GOTO :LABEL1
-
- :LABEL1
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 99,276
- SPACE 5
- SIZE 10
- ANGLE 1
- fill solid
- font rom16
- style normal
- style overlay
- BOX 47,186,603,470
- color 15
- SPRINT "Creating A Show"
- cOLOR 12
- ATPIX 101,278
- SPRINT "Creating A Show"
- color 14,1
- atpix 50,25
- delay 1
- print "IT'S EASY TO USE:"
- COLOR 11,1
- ATPIX 199,25
- PRINT "The beauty of SuperShow is the ease and speed with"
- atpix 50,45
- print "which you can create your show or presentation. You don't need to be"
- atpix 50,65
- print "a programmer, because we include a program, called"
- color 0,1
- atpix 457,64
- print "PCX-ShowPrep"
- atpix 458,65
- color 12,1
- print "PCX-ShowPrep"
- atpix 554,65
- color 11,1
- print ", that"
- atpix 50,85
- print "helps you create your presentation quickly and professionally."
- color 3,1
- delay 3
- atpix 190,425
- print "< Press a key for more information >"
- atpix 0,135
- sleep 45
- CLR 0,2,0,0,0,0
- FONT HEAD4.FNT
- SHOW BLUE.PCX 3
- color 0,0
- CIRCLE 103,105,98,100
- COLOR 12,4
- Fill bigdot
- CIRCLE 115,100,100,95
- COLOR 0,1
- ATPIX 68,48
- PRINT "Easy"
- COLOR 14,1
- ATPIX 70,50
- PRINT "Easy"
- color 0,1
- ATPIX 40,98
- PRINT "To Use!"
- color 14,1
- ATPIX 42,100
- PRINT "To Use!"
- atpix 305,20
- color 4,1
- logo1 15,"PCX - ShowPrep"
- atpix 257,157
- color 0,1
- print "Script Commands"
- atpix 260,160
- color 12,1
- print "Script Commands"
- FONT ROM16
- COLOR 15,1
- ATPIX 50,220
- print "You create your show using simple one or two word script commands."
- atpix 50,240
- print "For example, if you want to show a pcx picture you would use the"
- atpix 50,260
- print ""SHOW" script command. Your script commands are written and saved"
- atpix 50,280
- print "as a script file in the ASCII text file format."
- atpix 50,310
- print "Preparing your script file is a breeze with our"
- COLOR 0,1
- ATPIX 434,309
- print "'PCX-ShowPrep'"
- atpix 435,310
- color 14,1
- print "'PCX-ShowPrep'"
- color 15,1
- atpix 50,330
- print "a utility program that is part of your SuperShow software package."
- atpix 50,350
- print "ShowPrep is not only a text editor, but it contains all of the script"
- atpix 50,370
- print "commands on pull-down menu's. Just choose the command from the menu"
- atpix 50,390
- print "and the command is automatically inserted in your script."
- fill solid
- COLOR 0,0
- BOX 100,432,535,454
- color 14,4
- BOX 106,440,543,459
- ATPIX 149,443
- color 15,4
- style normal
- PRINT "Press any key to see a sample ShowPrep screen."
- style overlay
- sleep 60
- CLR 0,27,0,0,640,320
- clr 0,27,0,321,640,479
- atpix 0,0
- ega
- SHOW PREP.PCX 27
- delay 2
- color 0,0
- BOX 312,48,625,175
- color 15,1
- BOX 305,55,613,180
- ATPIX 325,75
- PRINT "The Script Commands are grouped"
- atpix 325,90
- print "together by category. You just"
- atpix 325,105
- print "pull-down the desired menu, then"
- atpix 325,120
- print "highlight your choice, press the"
- atpix 325,135
- print "Enter key and the script command"
- atpix 325,150
- print "is automatically written for you."
- delay 10
- color 0,0
- BOX 212,168,525,295
- color 9,11
- BOX 205,175,513,300
- color 0,11
- atpix 225,195
- print "Another great feature of ShowPrep"
- atpix 225,212
- print "is that you may interactively run"
- atpix 225,229
- print "your script right from ShowPrep."
- atpix 225,246
- print "That way you may preview your"
- atpix 225,263
- print "Show as you create it."
- crwlat 347,305,629,60
- style normal
- color 14,4
- delay 8
- crawl "To continue with this demo, press any key when ready. . ."
- CLR 0,21,0,0,0,0
- VGA16
- RETURN :MAIN
-
- :LABEL2
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 87,367
- SPACE 4
- SIZE 15
- ANGLE 30
- fill solid
- BOX 47,186,603,470
- color 15
- SPRINT "Screen Fades"
- COLOR 12
- ATPIX 88,368
- SPRINT "Screen Fades"
- delay 1
- FONT ROM16
- STYLE NORMAL
- color 15,4
- box 20,15,620,115
- atpix 30,27
- Print "SuperShow now gives you the ability to create thousands of dazzling"
- atpix 30,47
- print "screen fades, segues and screen transitions. Each of the over 3 dozen"
- atpix 30,67
- print "built-in fades may be modified by changing the pixel numbers and timing"
- atpix 30,87
- print "delays, thus giving you an unlimited number of custom screen transitions."
- atpix 300,390
- play MF
- COLOR 14,0
- print "Press any key for some examples"
- atpix 300,415
- print "of PCX - SuperShow Screen Fades. "
- SLEEP 35
- atpix 0,0
- SHOW TV.PCX 31
- style overlay
- atpix 238,428
- color 0
- print "PCX - SuperShow"
- atpix 240,430
- color 15
- print "PCX - SuperShow"
- font Rom16
- style normal
- color 14,0
- pixnum 8,8
- atpix 89,150
- style overlay
- type "Explode "
- atpix 70,110
- sleep 1
- DELAY 1
- SHOW tvb.PCX 14
- atpix 89,150
- type "Wipe Down"
- atpix 70,110
- sleep 1
- DELAY 1
- SHOW tva.PCX 2
- atpix 89,150
- type "Wipe Up"
- atpix 70,110
- sleep 1
- DELAY 1
- SHOW tvb.PCX 3
- atpix 89,150
- type "Sparkle Fade"
- sleep 1
- atpix 65,110
- SHOW MADONNA.PCX 16
- atpix 89,150
- style normal
- type "Squeeze Out"
- style overlay
- sleep 1
- atpix 70,110
- SHOW tvb.PCX 19
- atpix 89,150
- type "Horizontal Weave"
- sleep 1
- atpix 65,110
- SHOW MADONNA.PCX 27
- atpix 89,150
- style normal
- type "Vertical Weave"
- sleep 1
- atpix 70,110
- style overlay
- SHOW tva.PCX 28
- atpix 89,150
- type "Diagonal Up"
- sleep 1
- atpix 65,110
- style normal
- SHOW MADONNA.PCX 12
- atpix 89,150
- type "Diagonal Down"
- sleep 1
- atpix 70,110
- style overlay
- SHOW tvb.PCX 11
- atpix 89,150
- type "Open Curtain"
- sleep 1
- atpix 70,110
- SHOW tva.PCX 20
- atpix 89,150
- type "Close Curtain"
- sleep 1
- atpix 70,110
- SHOW tvb.PCX 22
- pixnum 2,20
- atpix 89,150
- type "Sleet "
- sleep 1
- atpix 65,110
- style normal
- SHOW MADONNA.PCX 16
- pixnum 14,12
- atpix 89,150
- type "Puzzle Pieces"
- sleep 1
- atpix 70,110
- SHOW tva.PCX 16
- pixnum 12,6
- style overlay
- atpix 89,150
- type "Implode"
- sleep 1
- atpix 70,110
- SHOW tvb.PCX 15
- pixnum 24,24
- atpix 89,150
- type "Pour Out"
- sleep 1
- atpix 65,110
- SHOW MADONNA.PCX 25
- atpix 0,0
- pixnum 18,2
- SHOW TV.PCX 16
- color 14
- atpix 83,220
- print "And. . . you can clear the screen using the same"
- atpix 83,245
- print "screen transitions in any color you choose. Here"
- atpix 83,270
- print "are some examples."
- delay 6
- atpix 250,240
- pixnum 20,20
- SHOW TV.PCX 35
- color 15
- pal
- print "Wipe Right"
- CLR 1,4,0,0,0,0
- delay 1
- COLOR 15
- PRINT "Wipe Left"
- CLR 2,5,0,0,0,0
- print "Diagonal Down"
- CLR 5,10,0,0,0,0
- print "Diagonal Up"
- CLR 7,13,0,0,0,0
- print "Spiral-In"
- pixnum 20,20
- CLR 14,18,0,0,0,0
- color 0
- print "Spiral-Out"
- delay 1
- CLR 2,17,0,0,0,0
- pixnum 18,18
- print "Vertical Weave"
- CLR 9,28,0,0,0,0
- pixnum 40,32
- color 15
- print "Puzzle Pieces"
- delay 2
- CLR 4,16,0,0,0,0
- print "Any many, many more. . ."
- DELAY 2
- CLR 0,21,0,0,0,0
- VGA320
- atpix 0,0
- fxdelay 20
- pixnum 34,34
- color 0
- SHOW 320.PCX 29
- atpix 50,120
- print "FADE-OUT"
- fxdelay 0
- pixnum 2,2
- delay 4
- atpix 0,0
- SHOW 320.PCX 34
- SHOW 320.PCX 32
- atpix 50,120
- print "FADE-IN"
- delay 4
- pixnum 34,34
- CLR 0,30,0,0,0,0
- VGA16
- RETURN :MAIN
-
- :LABEL3
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 92,382
- SPACE 4
- SIZE 16
- ANGLE 30
- BOX 47,186,603,470
- color 15
- SPRINT "Custom Fonts"
- COLOR 12
- ATPIX 93,383
- SPRINT "Custom Fonts"
- delay 1
- color 14,7
- BOX 6,8,633,117
- ATPIX 40,15
- color 1,7
- Print "SuperShow now uses the GEM font format (the one used in Ventura) for"
- atpix 40,35
- print "custom fonts. The SuperShow custom fonts may be rotated, made bold,"
- atpix 40,55
- print "underlined and/or made transparent. And since this is a standard font"
- atpix 40,75
- print "format, you may create your own custom fonts using programs like More"
- atpix 40,95
- print "Fonts. . . or you may acquire additional font disks direct from PC West."
- FONT ROM16
- ATPIX 80,300
- COLOR 14,0
- Rotate 90
- print "R O T A T E"
- FONT ROM16
- ATPIX 270,210
- Rotate 270
- print "R O T A T E"
- FONT ROM16
- STYLE NORMAL
- ATPIX 110,210
- COLOR 15,1
- PRINT "Normal Font"
- STYLE OVERLAY
- ATPIX 110,235
- PRINT "Transparent Font"
- Style Bold
- ATPIX 110,260
- print "B O L D F O N T"
- STYLE NORMAL
- STYLE OVERLAY
- Style Underline
- ATPIX 110,285
- PRINT " Underline Font "
- style normal
- color 10,0
- atpix 200,435
- print "Press a key to see some of the custom font styles"
- sleep 65
- pixnum 12,10
- atpix 0,0
- SHOW FONT.PCX 28
- ATPIX 35,445
- COLOR 0,7
- PRINT "INTERNAL ROM FONT"
- DELAY 4
- color 1,7
- crwlat 428,445,637,99
- crawl "Press a key for the main menu "
- RETURN :MAIN
-
- :LABEL4
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 122,362
- SPACE 4
- SIZE 16
- ANGLE 30
- BOX 47,186,603,470
- color 15
- SPRINT "SuperFont"
- COLOR 12
- ATPIX 123,363
- SPRINT "SuperFont"
- DELAY 1
- CLR 3,27,0,0,0,0
- color 15,3
- box 0,0,639,479
- ATPIX 38,70
- SIZE 10
- COLOR 15
- Outline On
- Space 6
- COLOR 0
- BOX 10,15,330,150
- COLOR 15,4
- BOX 20,25,340,160
- ANGLE 0
- SPRINT "SuperFont"
- COLOR 15
- ATPIX 39,71
- SPRINT "SuperFont"
- COLOR 15
- ATPIX 40,72
- SPRINT "SuperFont"
- COLOR 15
- ATPIX 41,73
- SPRINT "SuperFont"
- OUTLINE OFF
- COLOR 15,1
- BOX 350,0,639,479
- ATPIX 365,30
- COLOR 15,1
- print "SuperFont is a resident scalable"
- ATPIX 365,50
- print "font in pcx SuperShow. SuperFont"
- ATPIX 365,70
- print "may be displayed in outline or as"
- atpix 365,90
- print "a solid shape in any point size."
- delay 7
- Outline On
- ATPIX 390,130
- color 11
- SPrint "OUTLINE"
- ATPIX 420,200
- OUTLINE OFF
- COLOR 0
- delay 2
- sprint "SOLID"
- ATPIX 421,201
- color 14
- SPRINT "SOLID"
- COLOR 15
- ATPIX 390,275
- SIZE 25
- SPACE 10
- delay 2
- SPRINT "BIG"
- SIZE 5
- ATPIX 460,420
- color 12
- delay 2
- SPRINT "Small"
- atpix 32,137
- color 14
- delay 3
- print "Create special font effects like this."
- delay 5
- space 2
- color 0
- atpix 215,210
- size 14
- angle -55
- color 9
- sprint "Rotate"
- size 15
- angle 60
- atpix 15,339
- color 13
- sprint "Rotate"
- angle -180
- size 14
- atpix 295,440
- color 10
- sprint "Rotate"
- crwlat 84,333,265,17
- color 15,3
- Style Normal
- delay 2
- crawl "And with SuperFonts you may rotate the font at any angle. . . in any color!"
- atpix 84,333
- print " "
- sleep 1
- RETURN :MAIN
-
- :LABEL5
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 112,402
- SPACE 4
- ANGLE 30
- size 13
- BOX 47,186,603,470
- color 15
- SPRINT "Special Effects"
- COLOR 12
- ATPIX 113,403
- SPRINT "Special Effects"
- color 0,14
- atpix 110,10
- DELAY 1
- FONT ROM16
- STYLE NORMAL
- Style Underline
- print " SUPERSHOW FEATURES MANY SPECIAL EFFECTS INCLUDING: "
- STYLE NORMAL
- DELAY 3
- ATPIX 255,40
- COLOR 12,0
- PRINT " F L A S H ! "
- DELAY 2
- FLASH 12,1,40,8
- DELAY 1
- FLASH 15,1,40,8
- FONT ROM8
- play MF
- COLOR 15,1
- ATPIX 50,70
- DELAY 1
- TYPE "A TYPEWRITER EFFECT TO DRAW SPECIAL ATTENTION TO A KEY WORD OR PHRASE."
- FONT ROM16
- ATPIX 255,95
- COLOR 10,0
- sleep 1
- PRINT " S H A K E ! "
- DELAY 1
- SHAKE 15
- color 15,0
- CRWLAT 47,209,601,28
- CRAWL "A ticker tape crawl effect that moves across the screen from right to left. . . "
- color 0,0
- BOX 48,189,601,467
- color 14,1
- atpix 240,200
- print " SuperShow LOGO Effect "
- COLOR 15,0
- ATPIX 70,235
- PRINT "You may display any word, phrase or combination of words using"
- atpix 70,255
- print "the SuperShow Logo effects. You may use any combination of fonts"
- atpix 70,275
- print "and colors for these effects."
- delay 6
- ATPIX 70,295
- color 12,4
- Logo 14,"LOGO"
- delay 3
- ATPIX 130,385
- color 0,9
- Logo1 11,"Your Name Here"
- delay 3
- FONT HELV37.FNT
- color 0,2
- atpix 330,320
- logo2 10,"It's Super!"
- delay 3
- font head4.fnt
- atpix 285,360
- color 13,5
- logo 14,"SuperShow"
- delay 6
- FONT HELV37.FNT
- STYLE OVERLAY
- CLR 9,27,0,0,0,0
- color 14,9
- box 0,0,639,479
- atpix 50,130
- color 15,9
- print "Add the dazzling motion of random"
- atpix 40,190
- print "colors and geometric designs with the"
- FONT HEAD4.FNT
- atpix 90,280
- color 0,9
- print "SuperShow Kaleidoscope"
- atpix 95,285
- color 14,9
- print "SuperShow Kaleidoscope"
- delay 6
- FONT HEAD4.FNT
- CLR 0,17,0,0,0,0
- KALID 21
- KALID 9
- COLOR 9,0
- Fill Link
- CIRCLE 320,242,180,100
- COLOR 13,5
- atpix 155,200
- Logo 15,"Kaleidoscope"
- FONT ROM16
- delay 3
- Fill solid
- KALID 3265
- COLOR 9,9
- CIRCLE 315,225,140,80
- ATPIX 190,205
- color 15
- PRINT "Kaleidoscope gives you a myriad"
- ATPIX 190,235
- print "of designs and dazzling effects!"
- delay 3
- kalid 341
- kalid 4139
- delay 2
- CLR 0,2,0,0,0,0
- kalid 152
- kalid 972
- color 15,0
- atpix 288,235
- print "SuperShow"
- sleep 2
- RETURN :MAIN
-
- :LABEL6
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 92,382
- SPACE 4
- SIZE 15
- ANGLE 30
- BOX 47,186,603,470
- color 15
- SPRINT "Sound & Music"
- COLOR 12
- ATPIX 93,383
- SPRINT "Sound & Music"
- SLEEP 1
- ATPIX 0,0
- SHOW MUSIC.PCX 16
- style overlay
- color 15,4
- atpix 150,130
- print "SuperShow is a multi-media program now"
- atpix 150,155
- print "featuring music, sound and voice from"
- atpix 150,180
- print "your pc or external speakers."
- atpix 150,215
- print "SuperShow can now play any files"
- atpix 150,240
- print "created with your Sound Blaster card"
- atpix 150,265
- print "and software (VOC files)."
- color 14,4
- SBPlay GOOD2.VOC
- DELAY 3
- crwlat 230,305,380,65
- atpix 0,0
- crawl "Press a key for some music"
- color 4,4
- BOX 146,107,462,327
- color 15,4
- vpal 7,4,9,63
- atpix 150,180
- print "Even if you don't have a Sound Blaster"
- atpix 150,205
- print "card, you can still create sound and"
- atpix 150,230
- print "music through your pc speaker."
- XPlay LAMAR.MUS,1
- sleep 8
- play mf
- color 4,4
- BOX 146,107,462,327
- color 15,4
- atpix 150,125
- vpal 7,3,3,33
- print "We have created music/sound script"
- atpix 150,145
- print "commands based on the Basic Music"
- atpix 150,165
- print "Language. You can play external music"
- atpix 150,185
- print "files or play music right from your"
- atpix 150,205
- print "script. You can play the music in the"
- atpix 150,225
- print "background while changing the screen"
- atpix 150,245
- print "or printing words to the screen."
- color 14,4
- atpix 150,280
- print "Press a key & get ready to sing along!"
- color 4,4
- sleep 45
- BOX 146,107,462,327
- color 14,4
- PLAY O2 T70 mn
- ATPIX 160,190
- vpal 7,24,63,63
- PRINT "Oh when the Saints"
- PLAY C16 E16 F16 ml G4 mn G16
- PRINT " "
- vpal 7,53,10,23
- PRINT "Go marching in,"
- PLAY C16 E16 F16 ml G4 mn G16
- PRINT " "
- vpal 7,24,63,33
- PRINT "Oh when the Saints go marching in,"
- PLAY C16 E16 F16 G8 E8 C8 E8 ml D4 mn D8
- PRINT " "
- vpal 7,0,23,23
- PRINT "Lord, how I want to be in that number"
- PLAY E16 E16 D16 C8. C16 E8 G16 G16 G16 ml F8. mn F8
- PRINT " "
- vpal 7,23,3,29
- PRINT "When the Saints go marching in."
- PLAY E16 F16 G8 E8 D8 D8 ml C4 mn C8
- PRINT " "
- ATPIX 0,0
- PIXNUM 14,14
- SHOW MUSIC.PCX 1
- color 15,4
- atpix 190,190
- print "SOUND & MUSIC FROM SUPERSHOW!"
- sleep 4
- RETURN :MAIN
-
- :LABEL7
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 112,380
- SPACE 6
- ANGLE 30
- size 14
- BOX 47,186,603,470
- color 15
- SPRINT "PCX - Utilities"
- COLOR 12
- ATPIX 113,381
- SPRINT "PCX - Utilities"
- delay 1
- atpix 0,0
- SHOW UTIL1.PCX 4
- CLR 2,5,0,139,639,479
- atpix 0,135
- pixnum 4,36
- DELAY 3
- SHOW UTIL2.PCX 17
- pixnum 24,24
- color 15,1
- STYLE NORMAL
- crwlat 3,450,635,45
- crawl "Press any key to continue this demo"
- CLR 0,20,0,0,639,134
- CLR 0,22,0,135,639,479
- FONT HEAD4.FNT
- STYLE OVERLAY
- SHOW BLUE.PCX 20
- color 0,0
- CIRCLE 103,105,98,100
- COLOR 12,4
- Fill bigdot
- CIRCLE 115,100,100,95
- COLOR 0,1
- ATPIX 88,48
- PRINT "No"
- COLOR 14,1
- ATPIX 90,50
- PRINT "No"
- color 0,1
- ATPIX 30,98
- PRINT "Royalties"
- color 14,1
- ATPIX 32,100
- PRINT "Royalties"
- atpix 300,80
- color 9,0
- logo2 15,"SuperShow"
- atpix 272,142
- color 0,1
- print "Run-Time Module"
- atpix 275,145
- color 12,1
- print "Run-Time Module"
- FONT ROM16
- COLOR 15,1
- ATPIX 50,250
- print "When you receive the registered version of PCX SuperShow, you'll"
- atpix 50,280
- print "also receive a runtime version, named DEMO, and a utility program"
- atpix 50,310
- print "named MAKESHOW. You use the MAKESHOW utility to create a run-time"
- atpix 50,340
- print "version of your script file. You may then freely distribute your"
- atpix 50,370
- print "show/demo with no royalties or charges."
- atpix 200,440
- color 14,1
- print "< Press any key to continue >"
- Fill Solid
- sleep 35
- RETURN :MAIN
-
- :LABEL8
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 122,362
- SPACE 4
- size 12
- ANGLE 30
- BOX 47,186,603,470
- color 15
- SPRINT "Circles & Boxes"
- COLOR 12
- ATPIX 123,363
- SPRINT "Circles & Boxes"
- COLOR 15,4
- CIRCLE 143,255,57,57
- COLOR 15,1
- BOX 434,331,583,451
- ATPIX 15,20
- FONT ROM16
- COLOR 15,1
- SLEEP 2
- PRINT "DRAWING TOOLS - SuperShow now features drawing tools for boxes and circles."
- COLOR 15,1
- atpix 15,40
- SLEEP 5
- COLOR 14,1
- print "You choose a drawing tool from the pull-down menu in ShowPrep. Then choose"
- atpix 15,60
- print "a pcx file on which to draw. Use the cursor keys to size, draw and shape"
- atpix 15,80
- print "your circle or box. When its located where you want it, the way you want"
- atpix 15,100
- print "it, press Enter and the box or circle script command is written for you."
- delay 6
- ATPIX 0,0
- COLOR 15,0
- ATPIX 60,435
- PRINT "Press a key to see some sample drawings."
- DELAY 25
- FONT HELV37.FNT
- pixnum 16,16
- CLR 8,12,0,0,0,0
- COLOR 15,8
- BOX 0,0,639,479
- BOX 1,1,638,478
- BOX 2,2,637,477
- COLOR 15,1
- BOX 69,21,580,100
- ATPIX 99,45
- PRINT "SuperShow Draws Fancy Boxes"
- FONT ROM16
- color 7,7
- delay 2
- BOX 38,140,201,285
- color 4,4
- BOX 43,145,206,290
- COLOR 15
- ATPIX 90,120
- PRINT "Shadow Boxes"
- delay 1
- Fill Brick
- COLOR 4,15
- BOX 250,140,420,290
- COLOR 15
- ATPIX 280,120
- PRINT "Brick Filled"
- delay 1
- color 15,4
- Fill Link
- BOX 455,140,615,290
- atpix 490,120
- color 15
- print "Link Filled"
- delay 1
- color 0,2
- Fill Diagonal
- BOX 38,325,206,470
- color 15
- atpix 70,307
- print "Diagonal Filled"
- delay 1
- color 2,15
- Fill Smalldot
- BOX 250,325,420,470
- atpix 280,307
- color 15
- print "Small Dots"
- delay 1
- color 15,2
- fill Bigdot
- BOX 455,325,615,470
- color 15
- atpix 490,307
- print "Big Dots"
- delay 4
- Fill Solid
- FONT HELV37.FNT
- STYLE OVERLAY
- CLR 8,11,0,0,0,0
- COLOR 15,8
- BOX 0,0,639,479
- BOX 1,1,638,478
- BOX 2,2,637,477
- COLOR 15,4
- CIRCLE 323,75,300,55
- ATPIX 89,60
- PRINT "SuperShow Draws Fancy Circles"
- FONT ROM16
- STYLE OVERLAY
- color 15,1
- DELAY 3
- CIRCLE 128,281,100,101
- atpix 75,420
- print "Round Circles"
- color 15,2
- DELAY 2
- CIRCLE 325,278,66,99
- atpix 300,420
- print "Ellipse"
- color 15,4
- DELAY 2
- CIRCLE 515,281,100,99
- atpix 470,420
- print "Filled Circles"
- atpix 500,400
- print "Solid"
- delay 3
- Fill Square
- CIRCLE 515,281,100,99
- color 8,8
- box 480,390,630,420
- color 15
- print "Square"
- delay 3
- Fill Brick
- color 15,4
- CIRCLE 515,281,100,99
- color 8,8
- box 480,390,630,420
- COLOR 15,4
- print "Brick"
- delay 3
- Fill Link
- CIRCLE 515,281,100,99
- color 8,8
- box 480,390,630,420
- color 15,4
- print "Link"
- delay 3
- Fill Diagonal
- CIRCLE 515,281,100,99
- color 8,8
- box 480,390,630,420
- color 15,4
- print "Diagonal"
- delay 3
- Fill Smalldot
- CIRCLE 515,281,100,99
- color 8,8
- box 480,390,630,420
- color 15,4
- print "Small Dot"
- delay 3
- Fill Bigdot
- CIRCLE 515,281,100,99
- color 8,8
- box 480,390,630,420
- color 15,4
- print "Big Dot"
- DELAY 4
- FILL SOLID
- RETURN :MAIN
-
- :END
- ATPIX 0,0
- SHOW SLATE2.PCX 1
- play T190 O0 L60
- SHOW SLATEC.PCX 1
- play CCCCCCCGCGCCCC T240 >CGCGCGC
- color 0,0
- ATPIX 77,377
- SPACE 4
- SIZE 13
- ANGLE 30
- fill solid
- BOX 47,186,603,470
- color 15
- SPRINT "PCX-SuperShow"
- COLOR 12
- ATPIX 78,378
- SPRINT "PCX-SuperShow"
- sleep 1
- pixnum 26,18
- CLR 4,16,0,0,0,0
- color 15,4
- box 0,0,320,479
- color 15,1
- box 321,0,639,479
- FONT HEAD4.FNT
- color 12,4
- atpix 55,20
- print "P C"
- atpix 150,20
- color 15,4
- print "WEST"
- atpix 360,10
- color 12,1
- print "pcx pcx pcx"
- atpix 360,420
- print "pcx pcx pcx"
- color 0,12
- atpix 330,70
- logo 15,"SuperShow"
- atpix 45,65
- font helv37.fnt
- style bold
- color 0,4
- print "P.O. Box 31418"
- atpix 20,105
- print "Phoenix, AZ 85046"
- atpix 55,145
- print "602-992-0310"
- font rom16
- style normal
- color 15,1
- atpix 340,200
- print "To receive your registered version"
- atpix 340,225
- print "of PCX-SuperShow, including the 10"
- atpix 340,250
- print "PCX-Utilities and over two dozen"
- atpix 340,275
- print "custom fonts, send a check or money"
- atpix 340,300
- print "order for $89.95 plus $5.00 for"
- atpix 340,325
- print "shipping and handling. . . or call"
- atpix 340,350
- print "us for information on COD, priority"
- atpix 340,375
- print "overnight or 2nd day shipping."
- sleep 4
- pixnum 2,2
- atpix 17,185
- SHOW ORDER.PCX 6
- FONT ROM8
- color 14,4
- atpix 75,387
- print "■ Copyright 1992 ■"
- atpix 120,405
- print "PC West"
- DELAY 1
- font rom16
- style normal
- color 15,4
- CRWLAT 2,460,316,45
- CRAWL "Press any key to end this demo. . ."
- FLASH 9,1,20,15
- SHOW ORDER.PCX 35
-
-