Hello there,
Here’s what i’m doing and i was wondering if there’s a better way to do it. Let’s pretend i have 10 MovieClips and 1 prototype function…
Now to assign the function to each MC i go:
MC1.myproto();
MC2.myproto();
(…)
Is there a better way to add this “behavior” to all the MC i want to? Like a Class (i guess?) or something?
TiA