Right now, I'm using the following code to create a toolbar on my screen.
set current bitmap 1
paste image MB,0,0
text 39,249,"Mouse X" + str$(mousex())
text 39,259,"Mouse X" + str$(mousey())
get image 6,0,0,199,767
set current bitmap 0
sprite 1,1,1,6
My question is based around the fact that, from what I remember, the GET IMAGE command can cause a FPS drop in certain cases. So as to prevent possible problems later in the program, I am asking as to whether or not this is true, and if so, how one can create a toolbar sprite without it.
Usermlsra - Causing Havoc with a Smile