all groups > flash actionscript > march 2006 >
You're in the

flash actionscript

group:

linking to a movie clip with rollOver and rollOut



linking to a movie clip with rollOver and rollOut dreamlyn
3/1/2006 11:28:12 PM
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.
Re: linking to a movie clip with rollOver and rollOut kglad
3/2/2006 1:12:14 AM
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.
AddThis Social Bookmark Button