LOCATE 1, 1\r
COLOR 254\r
SetPalette 0, 0, 0, 254\r
- PRINT "Tehisintellekt"\r
+ PRINT "Test 123456789"\r
SetPalette 63, 0, 0, 253\r
\r
' Draw circles around the nonzero pixels of the printed text\r
COLOR 253\r
SetPalette 0, 0, 0, 253\r
LOCATE 1\r
- PRINT " autor: Svjatoslav Agejenko 30.09.2001 "\r
+ PRINT " Author: Svjatoslav Agejenko 30.09.2001 "\r
\r
GET (0, 0)-(319, 8), bufferArray(1)\r
LOCATE 1\r
\r
SetPalette 32, 64, 32, 250\r
yOffset = 0\r
- PrintText 30, 70 + yOffset, 1, 250, " Spatial vision"\r
+ PrintText 30, 70 + yOffset, 1, 250, "Lorem ipsum dolor sit amet,"\r
yOffset = yOffset + 16\r
- PrintText 30, 70 + yOffset, 1, 250, "Object recognition"\r
+ PrintText 30, 70 + yOffset, 1, 250, "consectetur adipiscing elit,"\r
yOffset = yOffset + 20\r
- PrintText 30, 70 + yOffset, 1, 250, "Goal: + interpriteerimine"\r
+ PrintText 30, 70 + yOffset, 1, 250, "sed do eiusmod tempor incididunt"\r
yOffset = yOffset + 16\r
- PrintText 30, 70 + yOffset, 1, 250, " + automaatjuhtimine"\r
+ PrintText 30, 70 + yOffset, 1, 250, "ut labore et dolore magna aliqua."\r
\r
WaitForInput\r
END SUB\r
\r
\r
-'-------------------------------------------------------------------------------\r
SUB Scene5\r
'\r
' Again creates a fractal background, draws a box, and explains\r
\r
SetPalette 32, 64, 32, 250\r
yOffset = -8\r
- PrintText 30, 70 + yOffset, 1, 250, "Tunnuste ekstraheerimise protsess"\r
+ PrintText 30, 70 + yOffset, 1, 250, "Ut enim ad minim veniam,"\r
yOffset = yOffset + 20\r
- PrintText 30, 70 + yOffset, 1, 250, "a) Laplace - Gaussi operaator;"\r
+ PrintText 30, 70 + yOffset, 1, 250, "quis nostrud exercitation ullamco"\r
yOffset = yOffset + 12\r
- PrintText 30, 70 + yOffset, 1, 250, "b) lainekese teisenduse multi-"\r
+ PrintText 30, 70 + yOffset, 1, 250, "laboris nisi ut aliquip ex ea"\r
yOffset = yOffset + 12\r
- PrintText 30, 70 + yOffset, 1, 250, " skaalaline serva avastamine;"\r
+ PrintText 30, 70 + yOffset, 1, 250, " commodo consequat. Duis aute"\r
yOffset = yOffset + 12\r
- PrintText 30, 70 + yOffset, 1, 250, "c) h�perveeru teooria lihtsate"\r
+ PrintText 30, 70 + yOffset, 1, 250, " irure dolor in reprehenderit in"\r
yOffset = yOffset + 12\r
- PrintText 30, 70 + yOffset, 1, 250, " rakkude p�him�tted."\r
+ PrintText 30, 70 + yOffset, 1, 250, " voluptate velit esse cillum"\r
\r
WaitForInput\r
END SUB\r
finalArea:\r
END SUB\r
\r
-\r
-'-------------------------------------------------------------------------------\r
SUB Scene9\r
'\r
' Final scene: fractal background, a rounded box, and a short "Thank you"\r