コメント

このコメントは、【トピック】エラーへのコメントです。

コメントの内容

Zararu128x128 mini dycoon(投稿日:2009/11/23 15:11/23/09)
以下の部分はonShowCustomParameter関数の
外側で呼ぶ必要があります。

setCustomParamMenuEnable(true)
setCustomParamMenuName("お金") 


onShowCustomParameter内で記述した処理は
カスタムメニューを開くときに実行されます。
setCustomParamMenuEnable(true)は
カスタムメニューを開けるようにする関数です。
そのため、setCustomParamMenuEnable(true)を
onShowCustomParameter内で記述してしまうと
カスタムメニューを開けなくなります。

よろしくお願いします。

コメントの内容(一番最初の投稿)

Zararu128x128 mini dycoon(投稿日:2009/11/23 15:11/23/09)
以下の部分はonShowCustomParameter関数の
外側で呼ぶ必要があります。

setCustomParamMenuEnable(true)
setCustomParamMenuName("お金") 


onShowCustomParameter内で記述した処理は
カスタムメニューを開くときに実行されます。
setCustomParamMenuEnable(true)は
カスタムメニューを開けるようにする関数です。
そのため、setCustomParamMenuEnable(true)を
onShowCustomParameter内で記述してしまうと
カスタムメニューを開けなくなります。

よろしくお願いします。