Skip to main content
albeej221
Participant
January 7, 2015
Question

Cannot add action to button with tween?

  • January 7, 2015
  • 1 reply
  • 206 views

In CS5 this didn't see to be a problem. With CC I get a message that says "Select a single fame to view or apply a script".  It seems the only workaround is to add a keyframe outside of the 'tween'. Then I can add an action. Is there a better way??

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
January 7, 2015

Create a new layer and add you actionscript to a frame there.  As long as you are targeting the button and the button exists in the same frame (different layer is okay) then it doesn't matter which layers the code is versus the objects it targets.

albeej221
albeej221Author
Participant
January 7, 2015

Perfect thank you!