Hi There,
I am pretty new to actionscript and therefor I already encountered a problem that i cannot solve by myselve.
I have a movieclip called menu. In this movieclip I have buttons called Home, etc… Ok, no problem sofar. This movieclip is functioning. Now comes the tricky part.
I want this movieclip in my mainline to be dragged. The menu is a bar of 500px height and 100px width. The mainstage is 800width and 500 height.
With this : startDrag(this,true,0,0,800,0); I am able to make the movieclip dragable, only horizontal for 800px. The problem is that my buttons do not work. I have tried a lot of things, for example to assign action to the buttons (on rollover or rollout).
Please help me out, Why do the buttons not work when dragging this movieclip.? see att. file.