home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Game Programming for Teens (2nd Edition)
/
3DGPFT2E.iso
/
Source
/
Chapter13
/
demo13-11.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
|
2009-01-23
|
279 b
|
16 lines
;demo13-11.bb - Welcome screen
; -------------------
welcome()
Function welcome()
Graphics 640,480
screen=LoadImage ("welcome.bmp")
DrawImage screen,0,0
While Not KeyDown(1)
If KeyDown(31) Then Return
Wend
End Function
Graphics3D 640,480
SetBuffer BackBuffer()