I have flash MX and I am creating a game. I want to have a shop with different kinds of guns. When you buy a gun I want it to go into your gear page. This page will allow you to select the gear you want to use for the different missions (if you have more than 1 gun you can choose which to use).
To do this, this is what I think I need to do (tell me if I am right or what to do):
On one of the guns in the store (it is a button), I put in a code similar to : onrelease a(or some varible) = 4
Then I put in the gear page… If A=4 display … ( I am lost here)
Thanks