flash actionscript:
Hi I am building new pages for a template and at the same time editing parts of a template. I am trying to link to a movie clip from the front main page. The new page I created was my renaming an existing movie clip to be called 6. Now this movie clip is not on the time line. I made a button for it with an arrow that works well when you pass the mouse over it and off it. It just I don't know how to link it to the movie clip I created in the library. This is what I have so far and it works so far. on (rollOver) { gotoAndPlay(2); } on (rollOut) { gotoAndPlay(6); } I've tried adding using other actions but most of the tries I only was able to bring up other pages that are called on the menu bar located no where near by button. This linking is not from the menu bar it from a new button created on another movie. Any help will be much appreciated I am even looking for someone to pay them to do this but can't find anyone who knows Flash beyond a very begining stage.
what is it that you want to do? do you want to attach a movieclip from the library to the _root timeline using actionscript? if so, use attachMovie() after giving your library movieclip a linkage id. do you want that movieclip to be attached to a main timeline in the authoring environment? if so, click on the movieclip's name in the library and drag the image in the library panel window to the stage.
Don't see what you're looking for? Try a search.
|