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()...