Search  

TEXTROLLER MENU NAVIGATION V1

HomeBrowse CategoriesFlashMenus & ButtonsHorizontal MenusTextRoller Menu Navigation v1

This lightweight navigation system has been designed to be as aesthetically compatible as possible with your flash project. It can be used as a horizontal menu or a vertical one. Simply create a holder clip and throw in as many buttons as you need! Then just set the properties in the inspector and you’re done!

Easy enough to set up without a single additional line of code, but powerful enough to handle complex applications, the TextRoller is an extremely hand component that can be used again and again…

Posted 2 months ago

yo frankie, can you tell me how to add an external url links to each button, im not that flash savvvvy..

cheers

Posted about 1 month ago

Hi lumberjack, sorry for the delay!

There are several ways you can do this, but the easiest is probably just to make a small modification to the supplied buttonClick function.

Open the clip that contains the buttons, select the first frame and find the function called buttonClick. Where you see the line:

_parent.gotoAndStop(arguments0);

swap it for…

var destination:String = arguments0; getURL(destination);

Then you just have to go to each button and add your URL into the “Function params” box in the property inspector.

Job done!

Posted about 1 month ago

Huh?? Sorry, I don’t know what has happened to the zero’s in that post, but that should read…

arguments (open square bracket) zero (close square bracket)

Posted about 1 month ago