Hi

On the the menu button there is an arrow when menu button clicked the arrow must move to the to the button which corresponding button. pl suggest me on this

see attached file

Member Avatar for rajarajan2017

Is not complicated. OnRelease write the code the place the cursorMC movieclip to the center of the button. For Example

Logic not exact syntax:

btn2.onRelease=function(){
   cursorMC._x=this._x+(this._width/2);
}

Thats it!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.