正誤表20100815

Section01-04、p.73のIndexPage.asのスクリプトに間違いがありました。ここ、けっこうキーポイントなのに・・・

p.73 スクリプト18行目
誤: new DoTweenFrame(indexPage, "in", "stop")
正: new DoTweenFrame(this, "in", "stop")

p.73 スクリプト28行目
誤: new DoTweenFrame(indexPage, "stop", "out")
正: new DoTweenFrame(this, "stop", "out")


該当するサンプルファイルはsection01_04のClassStyleSample_step2to4フォルダのClassStyleSample/src/pages/IndexPage.asです。

同じIndexPage.asは、ClassStyleSample_step5to6フォルダ、ClassStyleSample_step7to8フォルダ、ClassStyleSample_step9フォルダにも入っていますが、これらのフォルダに入っているものは間違っていません。

申し訳ありませんでした。