Spongebob
October 23rd, 2002, 10:56 AM
Hi there,
I'm trying to print different frames of my movie, which are located in different scenes.
I've put a frame label named #p on every frame that I want to get printed when the user presses a button. Code for this button is:
on (release) {
print("_level0", "bframe");
}
This actually works fine, the specific frame gets printed OK but all of my other frames labeled #p are printed too ! :-\ And part of my dynamic loaded data (information of tables, texts, etc.) cannot be seen anymore after printing !! It seems as if all dynamic information gets lost...
Is there any way of printing just the frame I'm asking for and not all of them ??
What about the "duplicate label" warning ? Is it OK to ignore it ?
Thanks in advance,
Spongebob
I'm trying to print different frames of my movie, which are located in different scenes.
I've put a frame label named #p on every frame that I want to get printed when the user presses a button. Code for this button is:
on (release) {
print("_level0", "bframe");
}
This actually works fine, the specific frame gets printed OK but all of my other frames labeled #p are printed too ! :-\ And part of my dynamic loaded data (information of tables, texts, etc.) cannot be seen anymore after printing !! It seems as if all dynamic information gets lost...
Is there any way of printing just the frame I'm asking for and not all of them ??
What about the "duplicate label" warning ? Is it OK to ignore it ?
Thanks in advance,
Spongebob