is there any option to use vissual effect (dissolve) with this code.
set the Vscrollbar of group "Scroll_group" to FALSE
Vissual effect with vscrollbar
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Vissual effect with vscrollbar
Hi,
Make a button. Put this in its script:
Click the button a few times.
Craig Newman
Make a button. Put this in its script:
Code: Select all
on mouseUp
lock screen for visual effect
if the vscrollbar of grp "Scroll_group" = "true" then set the vscrollbar of grp "Scroll_group" to "false"
else set the vscrollbar of grp "Scroll_group" to "true"
unlock screen with visual effect dissolve slow
end mouseUp
Craig Newman
Re: Vissual effect with vscrollbar
thanks for the reply. Its works 
