Menu problem

Ok, here’s my problem… I want to make a menu with a compas in the center, and when I click on the menu Item, the compas should move the “north” arrow to the selected item. I know a bit about commands already, but can’t imagine a way on how to do this. I figure it should be a MC and the such, but any suggestions will be welcome :).

something you can try…
make impassable walls, and then a follow mouse script.

something along these lines but then put into effect wall effect so that the object cant pass.

ill research more but i am thinking that might be a good start i put in a swf that i did using this script. but what i did was alter the y_axis so it could only go on the x_axis

nice script :slight_smile: k I’ll read the link you gave :wink:

I have an idea, that will make my life easier while I figure another way… instead of moving the whole compas, I will move only the N that starts in an _x position to another _x position.

It should make the whole thing a lot easier ;).

I don’t want to repost this :wink: so I’m bumping it, if someone can tell me how to change the x and y position of an item in this case the N item, once an user clicks on a button that loads another swf. I was going for the whole compas movement but for now a simple _x _y change will do :).