>>503
俺もパネル使うならDxdrawspriteとかにするな。
最近コンストラクターを知ったんだが使い方がよく分からん
面倒だからいつもfの値に代入してしまう
player側
appear(new player_shot(x,y,$pat_player_shot+0,25));

player_shot側
speed=f; f=0;
while(1){if(y<-30)die();
y-=speed;
update();}