Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorjustnajm
    • CommentTimeDec 30th 2006
     
    Please help me using variable in the place of original name of movie. How can I use them.


    a = "_root" + "." + myvar;
    a.gotoAndPlay(15);
    • CommentAuthorjiosis
    • CommentTimeMar 22nd 2007
     
    You need to use eval() function.
    Also you can use, [a].gotoAndPlay(15) I guess.