PDA

View Full Version : Button linking issue...works, but not at the right time.


ahoops
12-08-2010, 03:05 PM
I have a button that is technically linking correctly, but it only links as the button fades away. It's supposed to work throughout the duration of "enter now" being on the screen. Screen shot is attached if that helps...

Can someone please help me? I need this fixed three hours ago...
I'd be most appreciative!!

the binary
12-08-2010, 03:18 PM
where is the button action defined ?
is it a link given in the property inspector or handled by actionscript ?
for the fist, i recommend to check the link-target in the property-inspector on the first keyframe of the button.
for the latter i think the button must either exist from the beginning (frame 1) or you'll have to define the action in the keyframe where the button starts to exist.

hope that helps..