SkyWickenden
September 4th, 2002, 11:54 AM
Hi,
I'm trying to make a script in flash5 work in flash4, and I am struggling with the tell target.
I have a sub movie with a button that tells one of several other submovies to change frames, it does this by storing the sub movies name in a variable in the main movie.
on (release) {
tellTarget ("_root." + _root.strMovieName) {
gotoAndPlay ("exit");
}
}
works fine in flash5
I've tried all sorts of work arounds, but can't get them to work yet!
I'm trying to make a script in flash5 work in flash4, and I am struggling with the tell target.
I have a sub movie with a button that tells one of several other submovies to change frames, it does this by storing the sub movies name in a variable in the main movie.
on (release) {
tellTarget ("_root." + _root.strMovieName) {
gotoAndPlay ("exit");
}
}
works fine in flash5
I've tried all sorts of work arounds, but can't get them to work yet!