As1 to AS2 problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • asiul
    New Member
    • Feb 2008
    • 1

    As1 to AS2 problem

    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!
Working...