SAVES THE PICTURE OF THE SYSTEM OBJECT NUMBER N INTO THE FILE F
ACTION
The command SNAPSHOT N,F saves the picture of the system object designated by its number N into the file F.
The system object is of type : SCENE2D.
SYNTAX:
SNAPSHOT N,F
USE ERROR EXAMPLE
dim i%
scene2D 1
width 0,800:height 0,800
width 1,600:height 1,600
color 1,200,50,50
sprite 10
font_size 1,20
font_color 1,255,0,0
font_bold 1
sprite_text 10,"Panoramic"
snapshot 1,"save.bmp"
SNAPSHOT
SNAPSHOT N,F
SEE ALSO
SPRITE
SCENE2D