----------------------------------- noobprogrammer123 Sat May 01, 2004 4:43 pm Question on images ----------------------------------- is it possible to make an image assigned to a variable? ----------------------------------- MyPistolsIn3D Sat May 01, 2004 4:47 pm ----------------------------------- var picID:= Pic.FileNew ("pic.bmp") ----------------------------------- Tony Sat May 01, 2004 4:57 pm ----------------------------------- or take a screenshot of part of the screen and save it as a picture var picID:int := Pic.New(50,50,100,100) where the box between (50,50) and (100,100) will become your image