Hi!
I have this script that was originally in AS1. Now i'm working in AS2, but if I publish in a flasplayer version later than flashplayer6 this does not work!
on (release) {
++Count;
++Level;
targetPath = this.createEmpt yMovieClip("box "+ Count, Level);
targetPath.atta chMovie("box_mc ","box_mc",Leve l);
}
Can anyone help me? Thanks!
I have this script that was originally in AS1. Now i'm working in AS2, but if I publish in a flasplayer version later than flashplayer6 this does not work!
on (release) {
++Count;
++Level;
targetPath = this.createEmpt yMovieClip("box "+ Count, Level);
targetPath.atta chMovie("box_mc ","box_mc",Leve l);
}
Can anyone help me? Thanks!