AS3 Event listeners when data is changed?
问题 Hopefully you will excuse me if this is a simple/silly question. I started learning action script about 6 days ago and already working on a small project :D Anyways, there is a property that changes occasionally to reflect the name of a level in a game (object._I._M.text). It could take a minute to change, or a max of two minutes, depending on how fast all players are able to finish the level. I want to be able to listen for the change in this property to fire off another function. I have