Variable Values In Flash

  • Started
  • Last post
  • 0 Responses
  • autonoma

    If I have a variable like this:

    varOne = "displayWork();";

    How would I insert that here:

    button.onPress = function() {
    varOne;
    }

    to call the function "displayWork()"?