home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Programming for Teens
/
GameProgrammingForTeens.iso
/
Source
/
chapter03
/
demo03-12.bb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-06
|
161 b
|
8 lines
;demo03-12.bb - SHows the size of a single pixel
Graphics 640,480,0,2
;set color to white
Color 255,255,255
; plot pixel in center
Plot 320,200
WaitKey