Show/hide window at same time as other images
Posted: Thu Aug 23, 2018 6:30 pm
It's possible to do concurrent showing/hiding of images with this:
However, with the textbox, you have to do or to show/hide the textbox.
Is there anyway the textbox can be shown/hidden in parallel with other images?
Code: Select all
show image one
show image two
with fade
hide image one
hide image two
with fade
Code: Select all
window show fade
Code: Select all
window hide fade
Is there anyway the textbox can be shown/hidden in parallel with other images?