I'm trying to take a screenshot (or 10) and for some reason, it just won't do it:
If KeyHit(10)
SaveBuffer(BackBuffer(),"Images\screenshot.jpg")
End If
That is in my main loop. I have tried several different keys, and all of them do nothing. I'm probably missing something very obvioius. I've taken screenshots with blitz before.
If KeyHit(10)
SaveBuffer(BackBuffer(),"Images\screenshot.jpg")
End If
That is in my main loop. I have tried several different keys, and all of them do nothing. I'm probably missing something very obvioius. I've taken screenshots with blitz before.