Hi all,
I’m working with the XML Driven Drop Down Menu Tutorial ([URL=“http://www.kirupa.com/developer/actionscript/fla/xmlmenu.zip”]source file here), and having trouble using the tween class in it. I’d like to convert it so that the menu slides open rather than pops out, but I can’t get the tween classes to do anything anywhere in the script! Even static symbols created on a separate layer don’t respond, but using the same code in a different empy file works fine. I’d assume some event handler somewhere’s interfering? Any suggestions?
I’m using the source code above, and I have created a circle that’s a movieclip called item1_mc (both name and instance). Here’s the code snippet I’m using:
ballTween = new mx.transitions.Tween(item1_mc, "_x", mx.transitions.easing.Bounce.easeOut, 20, 380, .5, true);
Won’t work in this source file, but works fine in another.
Thanks a lot, hopefully I’m not asking a question already addressed, but I searched around for a while and couldn’t quite find anything.
-Charlie