とりあえず自力で作ってみる。
var _cnt,_stick ’前フレームの情報
def stick1 time out x,y
var sx,sy:x=0:y=0
stick out x,y
if x||y then
if _stick==0 then ’倒された瞬間
x=sx:y=sy
_cnt=time
else ’倒され続けたとき
_cnt=_cnt-1
if cnt==0 then x=sx:y=sy
endif
_stick=1
endif
end(未検証)
0そうだね プレイ済み