flash Q:
- Started
- Last post
- 8 Responses
- Spix
on (release) {
loadMovie("portfolio.swf", "movie");
}this works fine when I put the button in the scene....but when I put it within a movieclip it dont work! Can some one tell a falsh dummy why?
- rasko40
because you have to target from where it is to where the movie is.. use _root or whatever
- unfittoprint0
myMC.onPress = function(){
movie.loadMovie("portfolio.swf...
}
- Spix0
Unfit: thanks...still I dont get it to work...do i put that with in what i already have or instead of?
- unfittoprint0
replace what u had, in the movie that hosts the MC button.
- Spix0
ok..then it says "Statement must appear within on handler
myMC.onPress = function(){"I dont know what tahat means...this is my first attemt to make a flash website. sorry for those lame questions.
- unfittoprint0
you have to name your button MC using the Properties Box to match the handler named by the function.In this case it's 'myMC'.
- Spix0
ahh...thanks you very much.
- Spix0
crap...it dont work...I must do something wrong :(