Buckingham, England, Uk, World, Galaxy, Universe....
... different scales :D
Anyway, um sastraxi, im new to Direct Draw but heres the code i have so far:
vb parameters in brackets
IDirectDrawSurface7* SystemLoadImage(IDirectDraw7 * pdd, LPCSTR szBitmap, int dx, int dy)
pdd = Direct Draw Main Thing (pdd As DirectDraw7)
szBitmap = Filename Of Image (szBitmap As String)
int dx = X Coord To Load From (dx As Integer)
int dy = Y Coord To Load From (dy As Integer)
Ok, note it returns a DirectDrawSurface7 (wahey) so in vb you need to specify a surface for it to goto :D
Then the next one still to do shall BitFast the image to a buffer.
One thing, do u need me to incorporate a CreateSurfaceFromFile function for you or is SystemLoadImage and SystemBitImage ok for you for now ??
im sleepy but addicted to this comp
ummm ive been trying to playaround with directx7 and it dont want to take the tiles whos up for creating the websight :o :o im trying to move a sprite aroung on it to but that will take some time.