スレッド一覧 | 新規書き込み | 新着一覧 | 使い方 | 過去ログ
hatomoshi
2010/1/11(Mon) 23:21:20|NO.29898
repeat getkey key1,48 getkey key2,49 if(key1=1):mes "0" if(key2=1):mes "1" wait 5 loop
この記事に返信する
SYAM
2010/1/11(Mon) 23:52:53|NO.29900
font msgothic,16 x = 0 repeat getkey key1,48 getkey key2,49 if(key1=1):pos x*8,0: mes "0" : x++ if(key2=1):pos x*8,0: mes "1" : x++ wait 5 loop
sdim buf,1024 repeat getkey key1,48 getkey key2,49 if(key1=1):buf+="0":cls:mes buf if(key2=1):buf+="1":cls:mes buf wait 5 loop
2010/1/13(Wed) 20:22:24|NO.29935
トップ | HSP3ダウンロード | HSPTVで遊ぶ | HSPで作る | サイト情報 | プライバシーポリシー | お問合せ
ONION software Copyright 1997-2023(c) All rights reserved.