PDA

View Full Version : how do i put the actionscript text effect into a movie clip?



Scott
May 28th, 2002, 05:31 PM
i went through the tutorial for the actionscript text effect... and i got it to work... but now i want to put it into a project as a movie clip, so it loops, but i can move it freely as an object... but when i put the whole thing into a movie clip, it only does the letter in the text box that i animated, and it only runs once... can anyone help?
<a href = http://www.kirupa.com/developer/actionscript/ascript_text_animation.asp> here's that tutorial so it will be easier for you to see it if you need to</a>

I am not Jubba
May 29th, 2002, 04:50 PM
i have found no way possible to make that effect work inside of a movie clip. You can loop it from the main timeline using removeMovieClip, and setting the variables back to 0. But you probly dont' want to have to go thru the hassle of doing that. the best thing to do is create the effect you want and make it into its own SWF and then use LoadMovie to bring it into a larger file.

Scott
May 29th, 2002, 05:23 PM
thanks... ill try that... i appreciate the help
-scott