Visual effect not interrupted
Posted: Thu Nov 23, 2017 8:47 am
On a card I will show an Image with a visual effect.
on openCard
----------
set the visible of image "myImage" to false
send "doShow" to me in 5 seconds
----------
end openCard
on doShow
show image "myImage" with visual effect "dissolve" very slow
end doShow
Wenn a "Click" on a Button on the same card when the "ffect" is running, The Button will not be activated (do something) until the "visual effect" is terminated.
Exist a possibility to bypass this behaviour??
on openCard
----------
set the visible of image "myImage" to false
send "doShow" to me in 5 seconds
----------
end openCard
on doShow
show image "myImage" with visual effect "dissolve" very slow
end doShow
Wenn a "Click" on a Button on the same card when the "ffect" is running, The Button will not be activated (do something) until the "visual effect" is terminated.
Exist a possibility to bypass this behaviour??