I'm building many screens with several texts and vbox, but my problem is that the main image of the screen appear with many and different transformation, and during this transformations the vbox appear immidiatly....
here the example of my code:
Code: Select all
screen info:
zorder 90
add "glassinfo" at zoommov
imagebutton:
idle "butx-id"
hover "butx-ho"
action [Hide ("info")]
xpos 765
ypos 335
vbox:
xalign 0.3 yalign 0.3
text ("dagval, [dagval]")
text ("dirtywear, [dirtywear]")
text ("droom1val, [droom1val]")
text ("dbathupval, [dbathupval]")
text ("dhallupval, [dhallupval]")
text ("lval, [lval]")
text ("kval, [kval]")
text ("mval, [mval]")how can I delay to show the vbox, or the texts into it, respect all the screen?
is it possible?
thanks