A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: order

  1. #1
    Senior Member
    Join Date
    Dec 2000
    Posts
    181
    how to put an mc on top of EVERYTHING ?
    (in actionscript with a on release )

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    1,180
    Hi..
    Place a button inside an MC then add this script:

    on (release) {
    this.swapDepths(10);
    }

    If you've used duplicate movie or attach movie and set 'depth' levels higher than in the code above then adjust accordingly.

    Hope this helps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center