my nav?
- Started
- Last post
- 7 Responses
- legspin
Hi, I've posted this nav a few times now but one more thing...
I'm trying to move the right nav (black boxes on right). But I can only move the one at the mo. How can I move the two of them?
link and file to see code:
http://www.perspektiv.co.uk/test…cheers.
- josimarX0
rightnav2._y += (this.targetY-rightnav2._y)/3;
you need to put this in after 'rightnav1._...' line
change the '3' to whatever and it follows the first black block at varying speed.
- legspin0
I want them to move to different y positions not just follow each other.
- josimarX0
rightnav2._y += (this.targetY-rightnav2._y+100...
- legspin0
Its getting there but I want them to be different distances apart depending on the section. At the moment they're still following each other. Can we say rightnav1 move there and rightnav2 move there?
- legspin0
anyone else like to have a look?
- legspin0
*Bump
- ********0
dood mess around with it. you have the basics. just change "target" to where you want it to go.
try 5 different numbers in place of target...