Not sure how to make a navigational slider?
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
{
}