problem about states-Collection of common programming errors


  • user163757
    flex flash states
    I am having a little difficulty working with states in Flex (or Flash) 4. Lets say that my application has three states; the default (base) state, state 1, and state 2.State 1 should always be based on the base state, that’s easy enough to accomplish. However, I would like state 2 to be based on the current state (either base or state 1). I can’t for the life of me figure it out. I tried setting the basedOn property of state 1 to “this.currentState”, but that just crashes my browser.<s:st

Web site is in building