-
Flash Help Please
hello there :crackup:
right ive got a flash navigation bar template here :
www.emotioncomplex.co.uk/1304design_nav.swf
and although ill admit i havent really spent more then 2 mins trying to work this problem out i cant figure out how im supposed to select the individual buttons in flash to configure each as a differnt url link to each page
when i load the original flash file into flashMX it shows me the 6 boxes but i cant seem to select any individual one or bring up any properties for them seperatly...
can anyone help meh!?
;)
-
Are the layers locked? Look for a padlock symbol on the timeline.
Once you've unlocked you should be able to click on each button and enter the following in the 'actions'
on(release){
getURL("http://www.yourwebsite.com/yourfile.xyz");
}
-
Alternatively, the six buttons may be within a parent movie clip, in which case you need to double click on the parent clip to access the buttons individually.
-
thanks very much man, ill give that a go shortly :)