I was wondering how to make a movie load when you click a link.
just like electron geek’s site. thanks
OMG go to the tutorials man.
But ill help anyWay
(1)Make abutton
(2)Gve it actions
these actions.
on (release) {
getURL("http://www.kirupa.com", _blank);
}
Here is the FLA just in case you have problems.
i was wondering how to do the ‘load movie’ script too. because i want to create my own menu and have it load some where on my page.
thanks:)
ok i found it… thanks for your help:)
i have ran into another problem. i am not sure how this work. on electron geeks site… i want to make my menu work like his does. can some one please help me?
anyone know how?
Alex, my menu system is based on the loadmovie action, go through this tutorial and it should give you an idea.
how do you control it where you want the new box to open?
Each box would be a seperate movie itself that is loaded into the main movie. It is loaded into a empty movie clip. Please read the tutorial I just gave you.
ok