Skip to main content
Participant
November 1, 2006
Question

ACTIONSCRIPT FOR WEB

  • November 1, 2006
  • 1 reply
  • 221 views
I wirte an action in a button: on (realase) {gotoAndPlay (Y);} more or less.
And then I want to say in that frame Y: "If you come from frame X, then do ...."
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 1, 2006
you'll need to store X in a variable just before your goto() function and retrieve that value in frame Y.