Well ... I don\'t want to describe my game cuz u\'l see the game anyway if you\'l look at the source and blablabla.. .

Am... I don\'t want to complane so here\'s the source code and the snapshoot:
code here
color backdrop rgb(255,255,255)
load object \"nlp.x\",1
load object \"house.x\",2
scale object 1,40,50,40
scale object 2,90,90,90
set object light 1,0
set object light 2,0
position object 1,0,-160,-290
position object 2,0,0,-190
set object cull 1,0
set object light 1,0
objectspeed#=2
objectspeedm#=-2
do
if object collision(1,2) then objectspeed#=-30 : objectspeedm#=30 : color backdrop RGB(255,0,0), else objectspeed#=2 : objectspeedm#=-2 : color backdrop rgb(255,255,255)
if leftkey()=1 then move object left 1,objectspeed#
if rightkey()=1 then move object right 1,objectspeed#
if upkey()=1 then move object 1,objectspeed#
if downkey()=1 then move object 1,objectspeedm#
loop
YOU NEED TO DOWNLOAD ATTACHED MEDIA FOR PROGRAM TO WORK
snapshot here :