Changes between Version 4 and Version 5 of HowTo/ActionScript2Introduction/Introduction


Ignore:
Timestamp:
Dec 18, 2010, 4:27:32 PM (14 years ago)
Author:
村山 俊之
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ActionScript2Introduction/Introduction

    v4 v5  
    7777
    7878    // コンストラクタ
    79     function Human(number, name, age, sex, section, role) {
     79    function Human(number:Number, name:String, age:Number, sex:String, section:String, role:String) {
    8080        this.number = number;
    8181        this.name = name;