Skip to main content
Known Participant
November 19, 2010
Question

Not sure how to make a navigational slider?

  • November 19, 2010
  • 1 reply
  • 433 views

Here is the code I started but I want to make a slider naviagation once the page is click then the page marker will move to what page I am on?

import fl.transitions.Tween;
import fl.transitions.easing.*;

big_Square_Baling_mc = true;
big_Square_Bale_Wrapping_mc = true;
chopping_mc = true;
tillage_mc = true;
raking_mc = true;

big_Square_Baling_mc.addEventListener(MouseEvent.CLICK, Big_Square_Baling);
big_Square_Bale_Wrapping_mc.addEventListener(MouseEvent.CLICK, Big_Square_Bale_Wrapping);
chopping_mc.addEventListener(MouseEvent.CLICK, Chopping);
tillage_mc.addEventListener(MouseEvent.CLICK, Tillage);
raking_mc.addEventListener(MouseEvent.CLICK, Raking);

function Big_Square_Baling(e:MouseEvent):void
{

}

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 19, 2010

what?

Known Participant
November 19, 2010

What I am trying to make is a navigation that has a marker_mc that is what I say is a page marker for when I click on the button the page parker will slide down to which button you clicked.

kglad
Community Expert
Community Expert
November 19, 2010

ok.  so, what's the name of that marker and do have any code that you're using to move that marker?