PDA

View Full Version : SCASM IfVSize command



Jaxon
December 30th, 2008, 13:18
I am fiddling with some objects and want to show objects earlier, in farer distance.
I am pretty sure, the key is in this line, but I`m unsure about the last two figures?

IfVSize( :L0000A0 200 1000 )

I remember they stand for distance and size on the screen??

Please help - Thanks in advance !!

UPDATE: Nevermind:
I found it again myself. Doh!

http://www.scasm.de/doc/sca_cmd2.htm#ihs

archisoft
December 30th, 2008, 23:47
Jaxon,

procedure Put_SCA_IFSIZEV(var F:text;var IFSIZV:BGL_IFSIZEV;FPos:longint);
{ AF99\U2S
IfVSize( :L04108C 75 1 )
}
begin
Inc(scasm_0x5F_count);
with IFSIZV do
WriteLn(F,SCA_Nest,scasm_0x5F_str,bgl_C_left_str,
SCA_label(FPos,smaller),Space(1),
real_size,Space(1),
pixels_ref,bgl_C_right_str,
Space(4),bgl_remark_str,bgl_model_str,Pred(scasm_0 x5F_count));
end; { Put_SCA_IFSIZEV }
.
.
so
200-->real_size
1000-->pixels_ref