Hey
how do you make objects show up when you use the 7be command in fsds
you must enter the freq. in the v1 field......right
here is my example... its just a simple box ( api macro)
; Part: Box
:Part0
IfVarAnd( :CNT0 7be 123.00 )
Return
:CNT0
Points( 0
-99 -99 -99 ; 0
-99 100 -99 ; 1
100 100 -99 ; 2
100 -99 -99 ; 3
-99 -99 100 ; 4
-99 100 100 ; 5
100 100 100 ; 6
100 -99 100 ; 7
)
;RGBSColor( ef 121 121 121 )
Dwx( 2d ) ; color command
Dbd( 121 ) ; red
Dbx( ef ) ; flag/transparency
Dbd( 121 ) ; green
Dbd( 121 ) ; blue
Poly( 0 0 -32767 100.00 0 1 2 3 )
Poly( 0 0 32767 100.00 7 6 5 4 )
Poly( -32767 0 0 100.00 5 1 0 4 )
Poly( 32767 0 0 100.00 2 6 7 3 )
Poly( 0 32767 0 100.00 5 6 2 1 )
Poly( 0 -32767 0 100.00 0 3 7 4 )
Return
:End
EndA
if you have a macro like this i will love to see it so i can figure what im
doing wrong.
Christian
[email protected]
Bookmarks