これは私の質問の簡略版です。
がある
- ムービークリップ1
- ムービークリップ2
movieClipadd
テキストA
- テキストB
- テキスト C
テキスト回答
Touching movieclip1 should change TextA to 1 (the content should be 1) Touching movieclip2 should change TextC to 2 (the content should be 2)
Touching movieclipadd should change TextB to + (the content should be +)
次に、自動 Textanswer が答えを出すはずです。あれは3(1+2=3)
これはモバイル用で、ontouchbegin と ontouchend を使用することを知っています。