Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
var sCurrentCharacter:String = "a"; //this will be the current character
this.attachMovie(
'mcSingleCharacter', 'mCharacter1', this.getNextHighestDepth(), {
_height:80,
_width:90,
_y:200,
_x:90,
tCharacter: sCurrentCharacter
}
)
1 to 4 of 4