0 Members and 3 Guests are viewing this topic.
Buff(768)->GDB1, or something like that.
Anything that ends in →GDB1 defines GDB1 (a pointer).
:Rect(0,0,96,64):RectI(1,1,94,62)
:Rect(0,0,94,62:For(J,1,94:For(K,1,62:Pxl-Off(J,K:End:End
RectI(0,,+96,-32)RectI(1,,+93,-32)
which is faster?this:Code: [Select]:Rect(0,0,96,64):RectI(1,1,94,62)or this:Code: [Select]:Rect(0,0,94,62:For(J,1,94:For(K,1,62:Pxl-Off(J,K:End:End^^^note that I'm trying to get a border around the screen. I'm not worried about size, just speed.
The first would be much faster. Also, chattahippie that code you posted doesn't do the same thing. Yours creates an empty rectangle with inverted borders. Parser's code creates a white rectangle with filled borders.
In other news, Frey continues kicking unprecedented levels of ass.