otoman
July 14th, 2003, 07:51 AM
Friends!
This paragraph I found in Action Script Help
[START OF PARAGRAPH]
...When a movie plays, Flash loads all movie clips and sounds that are added with attachMovie
or attachSound before the first frame of the movie. This can create a delay before the
first frame plays. When you assign a linkage identifier to an element, you can also specify
whether this content should be added before the first frame. If it isn't added in the first
frame, you must include an instance of it in some other frame of the movie; if you don't,
the element will not be exported to the SWF file.
[END OF PARAGRAPH]
Because I am a beginner in flash and actionscript, I don't understand the sentence "... you must include an instance of it in some other frame of the movie". I tried include movie clip in the third frame physically from the library (by drag and drop), but I want to do it in actionscript. Physically include working, but the symbol stays on the stage and I want to display it in another frame or another layer eg. using change alpha property from 0 to 100.
Can sombodey help me ?
Thanks
This paragraph I found in Action Script Help
[START OF PARAGRAPH]
...When a movie plays, Flash loads all movie clips and sounds that are added with attachMovie
or attachSound before the first frame of the movie. This can create a delay before the
first frame plays. When you assign a linkage identifier to an element, you can also specify
whether this content should be added before the first frame. If it isn't added in the first
frame, you must include an instance of it in some other frame of the movie; if you don't,
the element will not be exported to the SWF file.
[END OF PARAGRAPH]
Because I am a beginner in flash and actionscript, I don't understand the sentence "... you must include an instance of it in some other frame of the movie". I tried include movie clip in the third frame physically from the library (by drag and drop), but I want to do it in actionscript. Physically include working, but the symbol stays on the stage and I want to display it in another frame or another layer eg. using change alpha property from 0 to 100.
Can sombodey help me ?
Thanks