How can I store variables like “true” or “false” to each movie clip I have on stage?
Each Mc is duplicated thru AS, so when clicked the action would depent on the variable (true or false) that was definned to that particularly MC.
lets say all of the MCs starts with a “TRUE” value defined to it.
When it is clicked, a “FALSE” valeu have to be definned to that clicked MC and it alone.
The rest of them should remain with the false value…
Is it too complicated??? and how can I do it?