Jump to content

Draggable Menu Problem


Kasdraven

Recommended Posts

[RESOLVED]The AS for the problem below was as follows. I'll bold the part I was missing.this.drag_mc.drag_menu.onPress = function() {_parent.startDrag(this, false);}; this.drag_mc.drag_menu.onRelease = function() {_parent.stopDrag();}; OK. A movie clip on the main timeline with the instance name of drag_mc. Inside this movie clip is a button with the instance name of drag_menu. I want to be able to drag the menu when you click and hold on a certain part of the movie clip, hence the button drag_menu Here is the code I am using.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...