PDA

View Full Version : Copying frames in ActionScript !


Ac97
05-05-2002, 09:04 AM
Hello everybody,

I am quite new to actionscript and I would like to ask you fo a little Help:

1. How can I copy a Frame 50 from Layer1 to Frame20 in Layer3 in ActionScript ?? (=Strg+Alt+C)

2. In a HTML page there are 2 *.swf Files integrated: How can I adress (play) a layer in the second *.swf from the first *.swf file?

Thank You very much
Regards
AC

Jesse
05-05-2002, 10:31 AM
1. If you mean you want to copy the visual contents of one frame to another using ActionScript; there is no way (directly) to do that.
2. You will need to use the methods outline in the FSCommand Library tutorial. Thes emight be a bit complicated for a beginner.

Please post your questions only once, on one forum.