I made this rediculously simple swf and it has been hell for me for the last
3 days. All it is is a 25 frame, timeline-based alpha fade of 2 lines of te
xt titled Fall.swf. I need that swf to play in another swf (ASSE.swf)as a Mo
vie Clip. The problem is that when I test Fall.swf it works great, but when
it's in ASSE.swf it loops.
Fall.swf has to be an external import because the format of ASSE.swf is set
up with controls that won't allow extra actionscript.
I have tried the following and nothing works: inserting a stop() command in
the last frame of same layers as the alpha faded text, inserting a stop() co
mmand in the last frame of the layer above the text layers (an "actions" lay
er), importing Fall.swf as a Movie Clip, importing Fall.swf as an Embedded V
ideo, and using the loadMovie() command to bring Fall.swf into ASSE.swf.
It seems like such a simple problem but I can't figure it out! All I need is
to get Fall.swf to play in ASSE.swf without looping...that's it! Any help,
ideas, suggestions, sympathies, ANYTHING would be helpful. Thanks in advance
!!
|