Skip to main content
April 29, 2008
Question

Sending variables to custom class

  • April 29, 2008
  • 1 reply
  • 287 views
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?



This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 30, 2008
yes. check getter and setter functions.