How to send parameters mobile application to animate
Hi,
I created an animation consisting of a balance board for a mobile app I wrote. The animation contains 2 ^ 20 possibilities. That's why I created my animation using ActionScript. There are two contestants in the application. If the 1st competitor knows the question, the side of the 2nd competitor will act. If the 2nd competitor knows the question, the side of the 1st competitor will act. The side that reaches the ground will lose the game. For this, I created an animation with animate. But the problem is that I don't know how to send the necessary parameters to my animation from my mobile app. If you can help me I would be very happy.