/ Published in: ActionScript 3
Expand |
Embed | Plain Text
private var _test:String; public function set test(value:String):void { _test = value; } public function get test():String { return _test; }
You need to login to post a comment.
shuchii on 11/25/10
2 people have marked this snippet as a favorite
private var _test:String; public function set test(value:String):void { _test = value; } public function get test():String { return _test; }
You need to login to post a comment.