I suck at Flash

Out of context: Reply #4

  • Started
  • Last post
  • 8 Responses
  • funkage0

    Like what ckentish said.

    You could have an array containing the descriptions (that's what they seem to be) of each thumbnail. Assign ids (numbers, eg, 0, 1, 2, etc) to each thumb and point to the respective text in the array upon rollover. So, thumb1 would maybe point to array[1].

    Or you could assign the text as a variable to the thumb itself (thumb.desc = "My text") and then insert the text into a dynamic textfield upon roll overs.

View thread