Page 2 of 2

Posted: Wed Nov 16, 2005 6:08 pm
by DarkDragon
Fred wrote:Why don't you put the GrabImage() outside of the startdrawing ?
As I said I need to do this more than 48x48x3 times, and calling always the Start/StopDrawing() is slower than just one time.

Posted: Wed Nov 16, 2005 7:58 pm
by va!n
DarkDragon wrote:
Fred wrote:Why don't you put the GrabImage() outside of the startdrawing ?
As I said I need to do this more than 48x48x3 times, and calling always the Start/StopDrawing() is slower than just one time.
48x48x3 times??? what are you doing there???? Cant you grab the image onces and display the needed block by using ClipSprite() !?


Why do you use an easy way, when you can do it hard? :lol:

Posted: Wed Nov 16, 2005 8:00 pm
by Trond
You need to grab the image 6912 times? :lol:

Posted: Wed Nov 16, 2005 8:03 pm
by DarkDragon
va!n wrote:
DarkDragon wrote:
Fred wrote:Why don't you put the GrabImage() outside of the startdrawing ?
As I said I need to do this more than 48x48x3 times, and calling always the Start/StopDrawing() is slower than just one time.
48x48x3 times??? what are you doing there???? Cant you grab the image onces and display the needed block by using ClipSprite() !?


Why do you use an easy way, when you can do it hard? :lol:
Well it's my MapEditor. For ClipSprite() you need DX screens, but I don't want to use them(I need a Menu and other windows beside the DX Screen then and if I use Mouse compatibility in DX screens I can't go out of the DX Screen with the mouse and the Cursor isn't visible anymore).

@Trond: yeah, but it's not always the same image.

Posted: Tue Nov 22, 2005 5:39 pm
by Fred
It's fixed.

Posted: Tue Nov 22, 2005 5:46 pm
by DarkDragon
Thanks

Posted: Tue Nov 22, 2005 5:50 pm
by thefool
thanks alot!