問題タブ [kinematics]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
actionscript-3 - ArgumentError: 子をステージから削除する
逆運動学とステート マシンを含む基本的なスネーク ゲームを開発しようとしています。ヘビの最初のセグメントが特定の「マウス」と相互作用すると、それが消えるようにしようとしています。ただし、実行すると機能せず、最終的に ArgumentError: Error #2025: The provided DisplayObject must be a child of the caller. が発生します。
これが私のコードです:
同じトピックの他の投稿を見てみましたが、何が間違っているのかわかりません。どんな助けでも大歓迎です!