QBA
July 14th, 2003, 02:27 PM
Hi
How flash setup a variable to handle the newly created movieclip?
Example:
this.createEmptyMovieClip("mymovie",2);
this.clientscroller.setScrollContent(mymovie);
Where did I set it up as a variable? I tried this and didn't work either:
his.createEmptyMovieClip("mymovie",0);
mymovie.createTextField("mytext",1,100,100,300,100);
Hope some one can help me out with this :)
Thanks
Alex
How flash setup a variable to handle the newly created movieclip?
Example:
this.createEmptyMovieClip("mymovie",2);
this.clientscroller.setScrollContent(mymovie);
Where did I set it up as a variable? I tried this and didn't work either:
his.createEmptyMovieClip("mymovie",0);
mymovie.createTextField("mytext",1,100,100,300,100);
Hope some one can help me out with this :)
Thanks
Alex