home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Hang es video
/
CHIP_ZENESZERKESZTO_2005.ISO
/
audio_1
/
softstep
/
softstep3.msi
/
Data1.cab
/
TestNewPix.ufn
< prev
next >
Wrap
Text File
|
2002-08-01
|
2KB
|
136 lines
3
0
0
0
FOO="dumb"
GXDIR="d:\graphics"
PALDIR="d:\graphics\Palettes"
0.
1. TestPrivateTextVariable = letstr(foo, "this"),~tx0.("something"),~tx0(foo),~TxtLabel(foo)
2.
3. TestSubStr = Out(substr(foo, "this is fine", 6, 2)),~TxtLabel(foo)~
4. TestTxtNum = NumLabel(txtnum("xlasdfj2146axb"))
5.
6. TestTxtStoreX = TxtStoreX(2, 9, "Some Text"),~TxtFetchX(foo, 2, 9),~TxtLabel(foo)
7.
8. TestSetFileNameList = SetFileNameList("d:\graphics", "png", 0),~GoTo(me+1)
9. TestGetFileName = out(GetFileName(foo, 10, 0)),~TxtLabel(foo)
10.
11. TestPixPalMake = PixPalMake("palette", "d:\graphics"), ~PixOn, ~PixPalShow(),~PixPalStore(rgb(0,255,0), 3),~PixPalShow()
12. Test PixPalStore = PixPalStore(255, 2, 3, 8, 12),~pixPalStore(RGB(255,255,0), 4, 3)~PixOn,~PixPalShow(3)
13.
14. Test2PixPalMake = SetFileNameList(PalDir, "bmp"),~GoTo(me+1)
15. Test2PixPalMake = GetFileName(foo, 11, 0),~PixPalMake(foo, PalDir), ~PixOn, ~PixPalShow()
16.
17. TestPixCreateGuide = pixon,~PixLoad(1, "tongue", GxDir,,1),~pixontop(1),~PixCreateGuide("guide", GxDir)
18. TestPixShowGuide = pixon,~pixontop(1),~PixLoad(1, "tongue", GxDir,,1),~PixLoadGuide("guide", GxDir, 3),~PixShowGuide(3)~
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.