flash tutorial
- Started
- Last post
- 2 Responses
- airporte
anybody have a quick link to a tutorial that explains how to deal with active stages on a flash navigation/website?
(ex: click on links, links page loads, links button is highlighted. click on contact, contact button highlights, links button deactivates, etc.)
- joyride0
you can combine some tutorials.
for the links, create each button as its own movieclip. then you create a function for each movieclip
movieClipName.onRelease = function ( ) {
trace("I pressed this bitch");
}inside that function you'll have all the other triggers. the getURL, the call to the highlight function, etc.
what you're looking to do is pretty simple, don't look for an exact tutorial, find things and piece it together, you'll learn more and be happier when you finish and get it working
- slappy0
This should get you started.
http://www.adobe.com/devnet/flas…