HomeForumsWhat's newResources 
 
 
Game Basic help
vbt - Jan 24, 2007
 vbt Jan 24, 2007
Make and load a 15bits picture


- Take a 320x224 BMP picture

- Load it into Graphics converter 2.0...

- click on convert

- save (file extension .1)


Create the game basic file (pic.b)



  
	
	
1000 SCREEN 0

1010 CLEAR ,600

1020 GLOAD "cdicture.1",0

run



You got your first picture loaded on Saturn.

 vbt Mar 10, 2007
anybody tried it ? I can explain how to display a 8bits picture, display polygons and do simple effects like mosaic.