Flash Map

Out of context: Reply #7

  • Started
  • Last post
  • 11 Responses
  • fyoucher10

    You're going to run into layering issues with your method, especially if the text is larger than the button / province area. FYI, you'll need to use 'swapDepths'.

    So if you're using basic AS2 or AS1 and attaching the code to a button (since it seems like you're pretty new to Flash) you would use the following code in the button script:

    this.swapDepths(this.getNextHigh...

    ...or another variation of depth swapping (depends on circumstance)...

View thread