Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のムービークリップに触れたときに 20 フレーム進めたいムービークリップがあります。特定のフレーム番号に移動したくありません (例: gotoAndStop(20);)。クリップが発生するフレームが何であれ、20 フレーム前に移動させます。
MC次のように、に 20 フレームを追加_currentframeします。
MC
_currentframe
MC.gotoAndPlay( MC._currentframe+20 );