Changes between Version 4 and Version 5 of HowTo/ActionScript2Introduction/Introduction
- Timestamp:
- Dec 18, 2010, 4:27:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/ActionScript2Introduction/Introduction
v4 v5 77 77 78 78 // コンストラクタ 79 function Human(number , name, age, sex, section, role) {79 function Human(number:Number, name:String, age:Number, sex:String, section:String, role:String) { 80 80 this.number = number; 81 81 this.name = name;