flash help

Out of context: Reply #3

  • Started
  • Last post
  • 5 Responses
  • alloyd0

    I forgot to put this._visible = true;.

    There are many ways to do this btw. Since you are only working with two items, that might be the easiest solution though. Making a prototype function might be an easier solution if you are working with many. That would be one function that cycles through an array of movieclips and checks to see if the visibility of each clip is false, basically turning all of the clips off, and then after that turning the one you called it with on. Look up how to write functions/prototypes, arrays etc in the Flash Help. Once you learn that it will make everything else a lot easier.

View thread