More newbie button problems...
by butterflyv
on
Oct 2, 2007 at 2:13:07 am
Hi again, I am having problems with my leaf graphic looping again. I'm not sure why. It should stop once the word "start" appears. Then the user clicks "start", the leaf graphic should disappear and a tree graphic appears (tree movie clip). All that's happening is that the leaf graphic loops over and over. Argh! Please help! Thank you sooooo much....here' the newest file.
Vanessa
Re: More newbie button problems... by Martskin on Oct 25, 2007 at 3:12:57 am
Your script is generating an error because your playTimeline function is sending a gotoAndPlay command to treeMC which doesn't exist yet. And the error is causing the leafMC to loop.
I temporarily changed your function to this and it worked: