#module
#deffunc editscroll int, int
mref id, 0 : mref size, 1
objsend id, 0x00B5, size, nonuse
return
#global
sdim buf, 300
buf = "アメリカ ブラジル\n"
buf += "チャイナ デンマーク\n"
buf += "イングランド フランス\n"
buf += "ジャーマニー ホンコン\n"
buf += "アイス ジャパン\n"
buf += "神戸 ロンドン\n"
buf += "メキシコ ニューヨーク\n"
buf += "大阪 北京\n"
buf += "ケベック ローム\n"
buf += "上海 東京\n"
buf += "ユニオン ワシントン\n"
buf += "エクスレイ 横浜\n"
buf += "ゼブラ"
nscroll = 2, 0, 1, 3
font "MS 明朝", 20 : objmode 2 : objsize 50, 30
pos 350, 10
button "↑↑", *scroll
button "↑", *scroll
pos 350, 80
button "↓", *scroll
button "↓↓", *scroll
pos 10, 10 : mesbox buf , 320, 130
stop
*scroll
editscroll 4, nscroll.stat
stop
|