※このページは書きかけです
new Theater({
filter: 1,
scenario:{
function(){
this.act({
img: "img/sample0.gif",
msg: "ようこそ"
});
},
function(){
this.act({
img: "img/sample1.gif",
msg: "インスタンス生成時の画像切り替え効果指定です。"
});
},
function(){
this.act({
img: "img/sample2.gif",
msg: "ようこそ",
filter: ""
});
}
}
}
※このページは書きかけです