(The English version is provided below.) ■ 基本的な使い方 1. 攻撃生成用の定義ブロックを実行 ・骨の初期座標位置 ・向き ・速度 ・移動上限回数などを設定 2. クローンが自動生成 ・同時に各リストデータが登録されます 3. 移動処理はクローン側で自動実行 ・前回座標との差分を用いた移動(v1.0方式) ・画面回転昨日へは不干渉 4. 条件を満たすと自動的に消滅 ・移動回数 ・シリアルナンバー状態などで管理 ⚠ 注意事項 ・本作品はScratchの使用限界を考慮した設計になっ ています ・Ease In Out や回転行列はv1.0では未実装です ・動作安定性を優先しています ・補完機能は使わないでください ・Turbowarpじゃないと動きません URL: https://turbowarp.org/1275072341?limitless&offscreen&clones=Infinity&hqpen&stuck&size=640x360 ? How to Use ■ Overview This project uses DT-DABs v1.0 (Differential Trajectory-Driven Attack Bone system) , a bone-attack control system designed for Scratch. Each bone (clone) is managed using list-based coordinates, direction, and serial numbers, allowing stable and scalable attack patterns. ■ Basic Usage 1. Run the attack initialization custom block ・Initial x / y position ・Direction ・Speed ・Maximum movement count 2. Clones are generated automatically ・All required date is registered into lists at creation 3. Movement is handled by each clone ・Uses a differential (previous-current) movement method ・Fully compatible with screen rotation systems 4. Bones are removed automatically ・Based on movement count ・Or serial number state ⚠Notes ・This system is designed with Scratch's execution limits in mind. ・Ease In / Ease Out and rotation matrices are not included in v1.0 ・Stability and reproducibility are prioritized over visual complexity ・Please do not use the interpolation feature. ・This project only works on Turbowarp URL : https://turbowarp.org/1275072341?limitless&offscreen&clones=Infinity&hqpen&stuck&size=640x360
(The English version is provided below.) ■ システム設計・実装 ・DT-DABs v1.0 ←オリジナルの名前 ・制作:@ks13579 ■ 使用・改変について ・✅ 改造・研究・参考利用 OK(コメント絶対) ・✅ Scratch内での共有 OK(てか是非) ・✖ 無断転載・作者偽造は禁止(破り次第通報) ■ クレジット表記について ・このシステムを使用・参考にする場合は以下を明記 してください 「DT-DABs v1.0 by @ks13579」 ■ 補足☆ 本システムは既存ゲームエンジン等の攻撃制御手法を参考にしつつ、Scratch上で独自構築したものです。 ■ System Design & Implementation ・DT-DABs v1.0 ← Original name ・Created by : ■ Usage & Modification Policy ・✅ Modification, learning, and reference use are allowed ・✅ Sharing within Scratch is allowed ・✖ Re-uploading without credit or claiming authorship is prohibited ■ Required Credit Line☆ ・If you use or reference this system, please include the following credit: "DT-DABs v1.0 by "