sab
May 31st, 2002, 10:07 AM
Hi,
I am very happy to join with you.
I have some difficulties in actionscript to go on. Please help me.
Here is the problem. I want to load .swf file in level1 and go to read the 15th frame when I click a button from another file which is loaded in level0.
The code is as follows:
on (release) {
        loadMovie("test.swf",1);
        _root.gotoAndPlay(15);
}
test.swf file is loaded, but it read from the 1st frame instead of 15.
My advance thanks. (Merci d'avance)
I am very happy to join with you.
I have some difficulties in actionscript to go on. Please help me.
Here is the problem. I want to load .swf file in level1 and go to read the 15th frame when I click a button from another file which is loaded in level0.
The code is as follows:
on (release) {
        loadMovie("test.swf",1);
        _root.gotoAndPlay(15);
}
test.swf file is loaded, but it read from the 1st frame instead of 15.
My advance thanks. (Merci d'avance)