Page 1 of 1
Visual effect behabior
Posted: Tue Sep 13, 2016 12:26 am
by Pistris
hi guys
when i use
hide image "123" with visual effect scroll up
instead of revealing whats underneath, it pulls what was suppose to be underneath
like if i was using effect push up.
i want it to behave like effect curl up on IOS
Re: Visual effect behabior
Posted: Tue Sep 13, 2016 10:19 am
by Dixie
place an image and a button on a card, put the following into the script of the button...
Code: Select all
on mouseUp
lock screen for visual effect
set the visible of image 1 to not the visible of image 1
unlock screen with dissolve
end mouseUp
Re: Visual effect behabior
Posted: Tue Sep 13, 2016 5:24 pm
by Jeanne DeVoto
Try using wipe instead of scroll. I think that's what you need:
hide image "123" with visual effect wipe up
Re: Visual effect behabior
Posted: Tue Sep 13, 2016 7:54 pm
by Pistris
Hi dixie
i do not want the dissolve effect, that one works fine
i do want to use the scroll but it has that odd behavior
if u use the scroll up effect then it works as i want it but i don't like the scroll effect
Re: Visual effect behabior
Posted: Tue Sep 13, 2016 7:55 pm
by Pistris
jeanne thanks for your response
i forgot to say the platform is IOS
wipe up only works on web and desktop
thanks for your response