Hi everyone,
I have a question I don't seem to be able to get around.
What I want to do is have a scroll bar on the _root timeline of my movie that will act for 5 different movie clips (each is a the content of each section in my navigation). I have placed all the content in a movieclip called...
hi!
in a movieclip on the first frame i have a button with the code:
on(keypress "<Enter>"){
gotoAndStop("Sommerhaus");
}
that's fine, it jumps to the specific frame where i have this code:
onEnterFrame = function(){
function loadSWF(){
loadMovieNum("test.swf", 1);
}
}
stop()...
hi!
i am doing an application where only the keyboard should be used. it all works fine with the direction buttons on the keyboard (left, right, up, down) but when i want to enable the enter button it doesn't work. i want the movie to jump to a specific frame or play a specific mc when the...
hi!
i've been working on an application where i use a variable to get to a specific part of the application. now the name "fullservice" is nested within two different parts - in the mc_navigation_services movieclip (that is where the button calls the action to open the file nested in another...
hi!
i just finished a flash website and would like to be able to find the different sites in google. as it is done in one flash file i heard that it is possible to add javascript to the html file like:
<param name="gotolink" value="home"/>
and then with a certain code in flash directly be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.