• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

SCASM IfVSize command

Jaxon

virtually there
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
 
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_0x5F_count));
end; { Put_SCA_IFSIZEV }
.
.
so
200-->real_size
1000-->pixels_ref
 
Back
Top