FLASH QUESTION

Out of context: Reply #1

  • Started
  • Last post
  • 2 Responses
  • nothingcrat0

    You're on the right track by using functions and arrays already.

    Generate (or just name) your clips dynamically and have their sizes set to corresponding values in an array.

    When one is clicked, set a variable that determines which clip has been clicked, and cycle through the array to resize the clips (smaller size for those that don't match the variable, bigger for the one that does.

    Obviously, that's a very simplistic description, do you have a more specific question?

View thread