Link a library symbol to a js Class
Hi,
i've a symbol score in the library with a link ("Score").
I have the choice, for instanciate it, between :
var score1=new lib.Score();
then, i have the good graphics but i haven't any code associate to it.
var score1=new lib.Score();
then, i have all the functions and code associate to it but any graphics.
Is it possible to have a graphics link to a class, like with the as3 Class ? And if not, how to apporach of that ?
Thanks for your replies.
