View Single Post
  #7 (permalink)  
Old 07-10-2007, 04:17 PM
thekos07 thekos07 is offline
Junior Member
 
Join Date: Jul 2007
Posts: 18
thekos07 is on a distinguished road
iTrader: (0)
Lightbulb

Your symbol (text) needs to be a movieclip not a graphic. You have it set to graphic and it is looping, take a look at the parameters. This will bypass the stop actions you have on the individual frames of the text graphic because timeline actions like play() and stop() are for movies or movieclips only. As a professional Flash rule, never use anything but movieclips. Graphics and Buttons are the old way and they are only in there so people who jump from Flash 4 to Flash 8 have something familiar to them. Anything you can do with a graphic or a button you can do with a movieclip only better. I commented out the first frame so i could see the animation you'll have to reset that if you want it to stop on the first frame. Also your more button doesn't work as it is.. I don't know if it was supposed to yet or not. Also you were getting those random Tween 1, 2, 3 symbols because you were trying to animate something at one point that was not yet a symbol, you probably don't need those anymore. Here it is zipped up with the correct fading you intended.
Attached Files
File Type: zip Home_Fixed.zip (35.5 KB, 27 views)
Reply With Quote