jupiter759
03-27-2003, 08:41 PM
Hey there,
I have this smaller swf-file that I import in a main swf-file. this all works, as does the smaller one function perfectly when it's not imported.
In this smaller swf I have a button with following actionscript
on (rollOver) {
tellTarget ("/menu") {
gotoAndStop ("show");
}
}
When I try it in the main movie, it tells me
Target not found: Target="/menu" Base="_level0.portfolio"
Does anybody know what I have to do with this?
I appreciate any suggestions,
I have this smaller swf-file that I import in a main swf-file. this all works, as does the smaller one function perfectly when it's not imported.
In this smaller swf I have a button with following actionscript
on (rollOver) {
tellTarget ("/menu") {
gotoAndStop ("show");
}
}
When I try it in the main movie, it tells me
Target not found: Target="/menu" Base="_level0.portfolio"
Does anybody know what I have to do with this?
I appreciate any suggestions,