pal_SetBtnText "string",p1 ・・・ ボタンのテキストを設定 "string" : 設定する文字列 p1=0〜(64) : オブジェクトID (戻り値) stat : 必ず0 ボタンのテキストを設定します。 (使用例) #include "palhsp.as" button "test",*t pal_SetBtnText "aaa",0 stop *t
ボタンのテキストを設定します。 (使用例) #include "palhsp.as" button "test",*t pal_SetBtnText "aaa",0 stop *t
(使用例) #include "palhsp.as" button "test",*t pal_SetBtnText "aaa",0 stop *t