08/03/12 00:37:10 jVHRtpE5
>>104
そういえば昔テンポラリファイルを覗いてソースが連結されてるって思ったけど最近すっかり忘れてました。
ドクオ激突する。
set display mode 640,480,16
set text font "MS ゴシック",128
set text opaque
wait key
y=200
for x=1 to 400 step 2
set cursor x,y
print " ('A`)"
wait 1
next x
set cursor x,y : print " ('A`|" : wait 10
set cursor x,y : print " ('A|" : wait 700
for i=1 to 3
set cursor x,y : print " ('A|" : wait 300
set cursor x,y : print " (゚A|" : wait 300
next i
wait key
end