Dear friends,
I am trying to create a navigation panel which will move when i click on the links.
now i am able to move the bar but each time it starts from the top position.I want it to run from where it last was. Hope u got it.Pls help me out…Please check out the link.
http://imgplace.com/image/view/6d878a38da37db041d09f9c1a5b5ab3e
Thanx in advance
thats easy tween it using actionscript tween class:P
mytween1:tween(_x, ease.out,present_x, new_x, time delay, true)
mytween2:tween(_y, ease.out,present_y, new_y, time delay, true)
default timeline tweens are noob!!!
ps this is pseudo code
thanx a lot man…can u pls tell me in details…I am kind of lost in here…
google tween class look for tutorials for tween class
each button would have its individual end number, ie the gotobit
then each button would call a function and pass the number to it
for example if you wanted it to move from wherever it is to x position 50
myGoToFunction(50)
function myGoToFunction(number){
tween(specific Mc, _x, specificMC_x, number, timedelay, true)
}
thanx again.But I am stilll unable to get it to work, Well if i send u a fla file will u be able to help me out?