Simple FECCallFunction issue?

Posted by i2technologies 
Simple FECCallFunction issue?
August 25, 2009 09:16PM
Have a button made in flasheff2; trying to have a rollover and rollout FECCallFunction calls, but it seems to only let me do one? is there a way to call 2 different functions depending on rollover and rollout?
Re: Simple FECCallFunction issue?
August 26, 2009 06:47AM
FlashEff only allows you to call one function at a time but you can trick it.
Heres what you'll do:
On the frame that has FlashEff press F9 and create a new function, let's call it: twoFunctions
And this function you will call your other 2 functions that you wanted to call through FlashEff.
Then go to the FlashEff panel and call twoFunctions.
Hope this helps, let me know if anything else comes up,

-Ionut
Re: Simple FECCallFunction issue?
August 26, 2009 04:01PM
Thanks for the help...What I was doing was adding listeners to the button instance, and not the flashEff instance, when we changed that; everything works as planned.
Sorry, you do not have permission to post/reply in this forum.