home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 26
/
CD_ASCQ_26_1295.iso
/
voxrom
/
images
/
povtextu
/
donnees
/
textures.mct
< prev
next >
Wrap
Text File
|
1995-06-19
|
4KB
|
231 lines
' Ce listing est le fichier source permettant d'obtenir POVTEXTU
' Il est livré ici à titre d'exemple et n'a aucune utilité pour le
' fonctionnement du programme.
:gosub config_svga
:affect S1,fleche
:affect S2,ok
:affect S3,fire
:defmousecursorgraph S1
:defmousecursorgraphok S2
:speed 1
titre 9 5
:speed 0
textea 28 5
:label menu_general
:clstext
:speed 1
:mousecursorgraph on
menu1 8 mt
:mouse 35,40,90,56
:goto bois
:mouse 35,158,90,175
:goto nb
:mouse 98,111,157,128
:goto menu_ciel
:mouse 210,146,262,164
:goto menu_feu
:mouse 180,70,270,90
:goto menu_divers
:goto menu_general
:label bois
:mousecursorgraph off
test04a 9 km
:goto menu_general
:label nb
:mousecursorgraph off
:speed 0
test03a 21 km
:goto menu_general
:label menu_ciel
:clstext
:speed 1
:mousecursorgraph on
menu2 7 mt
:mouse 21,40,172,56
:goto mciel
:mouse 176,84,243,100
:goto ciela
:mouse 176,114,243,130
:goto cielb
:mouse 176,145,243,160
:goto cielc
:mouse 1,172,85,199
:goto menu_general
:goto menu_ciel
:label mciel
:mousecursorgraph off
mciel 9 km
:goto menu_ciel
:label ciela
:mousecursorgraph off
ciela 5 km
:goto menu_ciel
:label cielb
:mousecursorgraph off
cielb 5 km
:goto menu_ciel
:label cielc
:mousecursorgraph off
cielc 5 km
:goto menu_ciel
:label menu_feu
:clstext
:mousecursorgraph on
menu3 7 mt
:mouse 24,23,172,42
:goto f1
:mouse 156,71,280,90
:goto f2
:mouse 124,109,280,125
:goto f3
:mouse 145,150,282,167
:goto anim_feu
:mouse 1,169,90,199
:goto menu_general
:goto menu_feu
:label f1
:mousecursorgraph off
tfire1b 12 km
:goto menu_feu
:label f2
:mousecursorgraph off
tfire2b 12 km
:goto menu_feu
:label f3
:mousecursorgraph off
testfire 21 km
:goto menu_feu
:label anim_feu
:mousecursorgraph off
:speed 0
:loop 1,5
:playfli S3
:endloop
:speed 1
:goto menu_feu
:label menu_divers
:clstext
:mousecursorgraph on
menu4 7 mt
:mouse 30,21,138,36
:goto d1
:mouse 72,60,263,75
:goto d2
:mouse 5,106,135,122
:goto d3
:mouse 5,139,135,153
:goto d4
:mouse 5,171,135,185
:goto d5
:mouse 175,106,308,122
:goto d6
:mouse 175,140,308,155
:goto d7
:mouse 175,171,308,186
:goto d8
:mouse 231,12,312,35
:goto menu_general
:goto menu_divers
:label d1
:mousecursorgraph off
div1 11 km
:goto menu_divers
:label d2
:mousecursorgraph off
testot 28 km
:goto menu_divers
:label d3
:mousecursorgraph off
test02a 10 km
:goto menu_divers
:label d4
:mousecursorgraph off
test02b 10 km
:goto menu_divers
:label d5
:mousecursorgraph off
test02c 10 km
:goto menu_divers
:label d6
:mousecursorgraph off
test02d 10 km
:goto menu_divers
:label d7
:mousecursorgraph off
test02e 10 km
:goto menu_divers
:label d8
:mousecursorgraph off
test02f 10 km
:goto menu_divers
:LABEL CONFIG_SVGA
:CLSTEXT
:GOTOXY 1,1
:PRINT Configuration de votre carte SVGA :
:GOTOXY 1,3
:PRINT 1) Definicon 16bit, Diamond Speedstar 24, Everex Vision VGA HC,
:GOTOXY 1,4
:PRINT genoa 7900 24 bit, Orchid PRODESIGNER II et II S, STB EM 16, Tseng ET-4000
:GOTOXY 1,6
:PRINT 2) Diamond 24x, Paradise VGA Pro, Paradise Accelerator,
:GOTOXY 1,7
:PRINT Paradise Accelerator 24, Western Digital 90C
:GOTOXY 1,9
:PRINT 3) Everex 678, Maxxon, Phoebes, Trident 8800, Trident 8900
:GOTOXY 1,11
:PRINT 4) Carte acceptant la norme VESA
:GOTOXY 1,13
:PRINT Entrez votre choix :
:GOTOXY 1,25
:PRINT Rappel : Appuyez sur Echap (ESC) pour revenir au DOS...
:TEXTCURSOR ON
:GOTOXY 22,13
:READECHO I1
:AFFECT S1,VIDE
:AFFECT S2,VIDE
:AFFECT I2,1
:EVAL I1=I2
:AFFECT S1,TSENG
:AFFECT I2,2
:EVAL I1=I2
:AFFECT S1,PARADISE
:AFFECT I2,3
:EVAL I1=I2
:AFFECT S1,TRIDENT
:AFFECT I2,4
:EVAL I1=I2
:AFFECT S1,VESA
:EVAL S1<>S2
:GOTO INIT_SVGA
:BEEP
:GOTO CONFIG_SVGA
:LABEL INIT_SVGA
:TEXTCURSOR OFF
:SVGA S1
:RETURN