home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Programming for Teens
/
GameProgrammingForTeens.iso
/
Source
/
chapter07
/
demo07-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
|
244 b
|
12 lines
;demo 07-12.bb - Demonstrates Tiling
Graphics 800,600
;IMAGES
;Load the image you wish tiled
backgroundimage = LoadImage("stars.bmp")
;Tile the image
TileBlock backgroundimage
;Wait for player to press a key before exiting
WaitKey