PDA

View Full Version : Need help with sliding menu


slny311
05-24-2006, 04:14 AM
So i have this sliding menu that works fine when its not called into another swf. As soon as its called into another swf, it stops moving all together. I am very new at AS, and am stuck on this site. Any help would be awesome!
thanks

C.Bub
05-31-2006, 07:35 PM
it dies because the pathing changes when you load it into another .swf

try reading "Pathing" tutorial here on Actionscript.org and change absolute paths in your menu code to relative paths.