General Development

Putting a background image – DeathFox

DeathFox
Member

Posts: 57
From:
Registered: 04-25-2006
How Do I put a background image? That stays put and doesnt move. I tried doing it the image will go up

Like im asking for a input then enter. The text then goes to the next line, when im in the bottom line and press a new line. The image will go up still. Someone plz help me

jestermax

Member

Posts: 1064
From: Ontario, Canada
Registered: 06-21-2006
ummmm, what language are you using?....
DeathFox
Member

Posts: 57
From:
Registered: 04-25-2006
Blitz3D
jestermax

Member

Posts: 1064
From: Ontario, Canada
Registered: 06-21-2006
ohhhhhh, ok. i can't help you then, lol. man, everyone here uses blitz.
Realm Master

Member

Posts: 1971
From: USA
Registered: 05-15-2005
Input? Are you using print to show the input?

I'm sorry, but I don't really understand your post that much, but it might be becasue you are using print, in stead of Text x,y, "text".

Some source code would help...

------------------
yeah, im a little crazy

Blessed are those who suffer for doing what is right.
The kingdom of heaven belongs to them.-Matthew 5:10

PM ME YOUR DESCRIPTION OF ME! ILL PUT IT HERE!

Here's all the comments!

P.S. I HATE 640x480!!!!!!

DeathFox
Member

Posts: 57
From:
Registered: 04-25-2006
Sample would be like this

img = Loadimage(" ")
drawimage img,0,0

While keyhit 1= 0
Input$ = ("enter something : ")
Wend


------

When it reaches the bottom, the image will move up