1
我在Actionscript 3中做了一個小應用程序。在我的initApp.as中,我創建了另一個需要編輯currentState的類,它只能從主.as(initApp.as)訪問。我找到了一個解決方案,以便可以從我的其他類中訪問currentState屬性:Application.application.currentState。從其他類訪問「currentState」?
然而,這不是一個好的解決方案,因爲它太多了耦合類..有沒有更好的方式來編輯其他類的currentState?