|
2010/2/11(Thu) 19:42:02|NO.30531
書くと長いのですが
こんな感じです。
;
;←→で↑移動
;スペースキーでボールを投げる
;
*x
b=1
*d
if b=2 :goto *df
b=1+cnt
if b>1 :b=2
repeat
cls
a="◎
u="
g1=a:g2=a:g3=a:g4=a:g5=a:g6=a:g7=a:g8=a:g9=a:g10=a
color 0,0,255
pos 90,150
mes g1
pos 80,135
mes g2
pos 100,135
mes g3
pos 90,120
mes g4
pos 70,120
mes g5
pos 110,120
mes g6
pos 80,105
mes g7
pos 100,105
mes g8
pos 60,105
mes g9
pos 120,105
mes g10
font "",100
pos 200,0
color 0,0,0
mes ""+b+"回目"
font "",20
stick kv,5
if kv=1 :va=va-5
if kv=4 :va=va+5
if va>145 :va=145
if va<0 :va=0
pos 20+va,470
color 0,0,0
mes "↑
wa=va
color 0,0,0
boxf 0,0,200,80
color 0,0,255
boxf 0,500,10,80
boxf 190,81,200.0
stick ky,16
if ky=16 :goto *c
wait 5
loop
stop
*c
repeat 25
cls
color 0,0,255
pos 90,150
mes g1
pos 80,135
mes g2
pos 100,135
mes g3
pos 90,120
mes g4
pos 70,120
mes g5
pos 110,120
mes g6
pos 80,105
mes g7
pos 100,105
mes g8
pos 60,105
mes g9
pos 120,105
mes g10
color 0,0,0
boxf 0,0,200,80
color 0,0,255
boxf 0,500,10,80
boxf 190,81,200.0
pos 20+wa,510-cnt*20
color 0,0,0
mes "●
color 0,0,0
font "",100
pos 200,0
mes ""+b+"回目"
wait 5
loop
goto *d
*df
cls
mes "終了
| |