$ global name=highlight7
$ scene1 visualization=../TransAtlas.vmd

# scene1
make_transparent material=Diffuse start=0.0 limit=1.0 t=0   

! the [] syntax element can be inserted in a selection and then
! filled with a dynamic property using inline_parameter=from:to

highlight selection="resid < []" color=structure mode=u material=Diffuse alias=dynamic inline_parameter=1:350 t=3   
highlight selection="y > []" color=name mode=u material=Diffuse style=licorice alias=dynamic2 inline_parameter=50:-70 t=3   

! to modify it later on, remember to use the same alias and mode=n

highlight mode=n alias=dynamic2 inline_parameter=-70:50 t=3   
highlight mode=n alias=dynamic inline_parameter=350:1 t=3   
