marev
04-09-2002, 01:54 AM
heya,
I think I'm missing something absurdly simple.
I have a main swf loading an external swf (into a target labeled "target"), and want to navigate that externally loaded swf with buttons from the main one. The play button works just fine:
on (release){
target.play();
}
However, the 'back' button gets no response:
on(release){
target.gotoAndPlay(_currentframe-1);
}
Any suggestions?
Thanks,
Marev
I think I'm missing something absurdly simple.
I have a main swf loading an external swf (into a target labeled "target"), and want to navigate that externally loaded swf with buttons from the main one. The play button works just fine:
on (release){
target.play();
}
However, the 'back' button gets no response:
on(release){
target.gotoAndPlay(_currentframe-1);
}
Any suggestions?
Thanks,
Marev