
-----------------------------------
ahmed
Tue Jun 01, 2004 12:15 pm

Mario/Moving Background Help
-----------------------------------
so this program allows the background to move so basically change the picture names but if i want to make a mario game which one of the picture do i change to mario and which on do i change to the backgrounds lvl.


 

setscreen ( "graphics:1000;700,offscreenonly") 
var x,y : int 
var sky : int 
var ship : int 
var backgroundPictureWidth, backgroundPictureHeight : int 
var backgroundPictureX, backgroundPictureY : int 

ship := Pic.FileNew ("c5.bmp") 