Code: Select all
hbox:
spacing 0
text "Main Subsystem: " at pop_in(2) style "wall4_rcst_size_21"
text "{b}Active{/b}" at pop_in(4) style "wall4_rcst_size_21"
text "\n" at pop_in(4) style "wall4_rcst_size_21"
...
transform pop_in(delay):
alpha 0.0
pause delay
alpha 1.0
Is it possible to use an ImageDissolve() or Dissolve() in an ATL block? Or is it not possible? Or, is there a different way to handle this?