Director HELP!!!
Director HELP!!!
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- takashi0
yes, the tell command is the one to use:
from a MIAW to the stage:
tell the Stage
go to frame 22
end tellfrom a MIAW to another MIAW
global gMIAW
tell window "myMIAW"
go to frame 22
end tell