Page 1 of 1

layered visual effects

Posted: Wed Feb 19, 2014 6:31 pm
by KennyR
Been searching for an answer to this but no luck...Is it possible to trigger two visual effects at the same time and have them applied to the object simultaneously? Example...

on mouseUp
lock screen for visual effect
hide me
unlock screen with visual effect dissolve fast and push right
end mouseUp

now I know that will not work since I have been testing ideas out in the script, but thought I would bounce it off y'all!

Re: layered visual effects

Posted: Wed Feb 19, 2014 6:47 pm
by dunbarx
Kenny.

Pretty sure visual effects are executed sequentially if queued. The line of code you propose will surely throw an error.

Craig

Re: layered visual effects

Posted: Wed Feb 19, 2014 7:20 pm
by Klaus
No, visual effects cannot be layered.

Re: layered visual effects

Posted: Wed Feb 19, 2014 7:29 pm
by KennyR
BUMMER! :roll:

Re: layered visual effects

Posted: Mon Feb 24, 2014 12:04 pm
by Carolbunn
Every visual effect have some or the other effect. So, according to me bind these effects in one function and then call those functions accordingly or sequentially.