Graphics 1024,768,32,0
SetBuffer BackBuffer()
image = CreateImage(33,33,1000)
For i=0 To 999
SetBuffer ImageBuffer(image,i)
Text 0,0,i
Next
SaveImage( image, "zz.bmp" )
End
PROBLEM is there is no SaveAnimImage and so all i can do is save a frame at a time.
How do i save all the frames in one file?
Help please
Marg
SetBuffer BackBuffer()
image = CreateImage(33,33,1000)
For i=0 To 999
SetBuffer ImageBuffer(image,i)
Text 0,0,i
Next
SaveImage( image, "zz.bmp" )
End
PROBLEM is there is no SaveAnimImage and so all i can do is save a frame at a time.
How do i save all the frames in one file?
Help please
Marg