jamai_5
2009-03-27 13:32:49 UTC
Here's the problem: I need to print various pages (with Print-o-matic) and the
printing is controlled in moviescript. However, the pages contain 2 frames
each, the first frame for preparing the page using EnterFrame code (showing
"loading" text to the user) and the second frame which is showed after the page
is prepared. I need to print of course that second frame.
If I control the playhead in moviescript to go to the first frame, the
EnterFrame functions are not compiled and the playhead never goes to the second
frame. If I go to the second frame directly, it isn't prepared correctly. How
should I solve this?
Basically I need to put commands to the moviescript like this: go to the first
frame of the page -> do the enterframe functions there -> when the second frame
of the page is reached add the page to the printing list -> go to the first
frame of another page -> etc
Is there any way that I could make those EnterFrame functions communicate with
moviescript?
printing is controlled in moviescript. However, the pages contain 2 frames
each, the first frame for preparing the page using EnterFrame code (showing
"loading" text to the user) and the second frame which is showed after the page
is prepared. I need to print of course that second frame.
If I control the playhead in moviescript to go to the first frame, the
EnterFrame functions are not compiled and the playhead never goes to the second
frame. If I go to the second frame directly, it isn't prepared correctly. How
should I solve this?
Basically I need to put commands to the moviescript like this: go to the first
frame of the page -> do the enterframe functions there -> when the second frame
of the page is reached add the page to the printing list -> go to the first
frame of another page -> etc
Is there any way that I could make those EnterFrame functions communicate with
moviescript?