Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loading bitmap at point x,y

Status
Not open for further replies.

shanley06

Programmer
Joined
Nov 26, 2002
Messages
101
Location
US
i was wondering if someone could tell me how to load a .bmp file at the coordinates (x,y)
any help would be appreciated
 
Find a bitmap loader on the internet. Load the bitmap in a screen with page swapping ablilities. Load it out of view at (1,1). GET the image and PUT it on the viewing screen wherever you want it.
 
that would work but i was wondering if there was a way to load it directly at point x,y without getting and putting
 
get a bitmap loader and add the offset x, y to every PSET or
screen POKE in the code. If it uses POKES you must ensure you add the offset before screen boundaries checking is done, or the program may hang. Antoni
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top