In actionscript, when I click a button I would like the label to replace from "add to list" to "added" without override with super method.
Is this even possible to change label in repeater?
In actionscript, when I click a button I would like the label to replace from "add to list" to "added" without override with super method.
Is this even possible to change label in repeater?
You shouldn't have to override with a super method, though this is a decent way to do it. I would have the logic work something like this:
I think this should work just fine - best of luck.