From CryWiki
Flash ActionScript Sample Walkthrough
Somewhere inside your ActionScript field, add the following function:
|
Flash ActionScript 2.0
|
setVarValue = function(_varValue)
{
varText.text = _varValue;
}
|
|
|
|
|
About this Sample
Name
- Set Variable
Created by
- Vloktboky
Description
- Some ActionScript code to set the text field of a variable.
|
|
» Discuss this sample...
» View other Flash ActionScript Samples
» Return to Crysis Modding Code Samples