flash tutorial
flash tutorial
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- 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