シューティングゲーム製作技術総合 4機目
■ このスレッドは過去ログ倉庫に格納されています
0835名前は開発中のものです。
04/10/03 17:02:57ID:FzkXAfBL例えば初期位置から左右に弾を打ち続けるのを記述するのに、
<action label="top">
<repeat>
<times>600</times>
<action>
<fire>
<direction type="absolute">90</direction>
<bullet/>
</fire>
<wait>3</wait>
</action>
</repeat>
</action>
<action label="top">
<repeat>
<times>600</times>
<action>
<fire>
<direction type="absolute">270</direction>
<bullet/>
</fire>
<wait>3</wait>
</action>
</repeat>
</action>
とわざわざ記述してるんだが、
■ このスレッドは過去ログ倉庫に格納されています