Question
Sending variables to custom class
This seems like a really simple task but I don't know how to
do it.
I have a variable set inside my custom class:
var thumbLink:String;
Is there a way to set that variable from my Flash file timeline and communicate it to the class?
I have a variable set inside my custom class:
var thumbLink:String;
Is there a way to set that variable from my Flash file timeline and communicate it to the class?