PDA

View Full Version : Draggable menu 2.0 part 2



AgentOrange
February 16th, 2005, 01:55 PM
Hello all, this is my first post and I'm new to ActionScript so be gentle. I've worked through the majority of the above tutorial and it's pretty good so far. One problem has arisen though, I was under the impression that part of the code, (the ratio = _root.Content._width/_root.box._width; bit), would allow me to extend the 'general' clip indefinitely and the code would work out the postioning for me. When I tested it however the number 1 box and the slider are i their correct places but as soon as I drag it right and then back left it scrolls past the number 1 box. Why would this be?

pom
February 18th, 2005, 01:22 PM
The main reason is that this tutorial is very old and outdated :) But you're right, it is supposed to work that way. I'll take a look at it during the weekend.

AgentOrange
February 19th, 2005, 06:14 AM
The main reason is that this tutorial is very old and outdated :) But you're right, it is supposed to work that way. I'll take a look at it during the weekend.

Hey thanks. I look forward to reading your outcome.

AgentOrange
February 23rd, 2005, 10:46 AM
The main reason is that this tutorial is very old and outdated :) But you're right, it is supposed to work that way. I'll take a look at it during the weekend.

Hey there, any word on that revised code?

pom
February 23rd, 2005, 01:44 PM
Arg! Totally forgot about it, sorry. I'll try to do this by the end of the week/

AgentOrange
March 10th, 2005, 02:37 PM
Arg! Totally forgot about it, sorry. I'll try to do this by the end of the week/

Did you have any luck?