A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] Movie clip that will unload itself

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Posts
    14

    [CS3] Movie clip that will unload itself

    hello,

    i have a button that loads a external MC, and also makes a invisible button
    appear so that when you rollOut from that MC, you will, rollOver the button
    and the mc unloads.

    what i want instead, is a button that unloads a MC on rollOver, but...
    from inside the MC. A MC that will unload itself.

    is that possible?
    Last edited by N3kr0; 09-18-2007 at 10:58 AM.

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    unloadMovie(this); // unloads itself
    unloadMovie(_parent); // unloads its parent

    gparis

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