A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Getting rid of an Empty Movie

  1. #1
    Senior Member 4romAshz2Flashz's Avatar
    Join Date
    Mar 2004
    Location
    Ontario, Canada
    Posts
    213

    Getting rid of an Empty Movie

    I've got an empty movie clip that draws lines and makes the mouse hidden. In actionscript, how can I get it to ignore this script because there is a point where another movie clip plays and I want the user to see his mouse. I've already tried to use Mouse.show in the actual movie clip and that doesn't seem to work. Thank you.

  2. #2
    Senior Member
    Join Date
    Aug 2002
    Location
    Texas, USA, Earth
    Posts
    124
    Depends on how the MC was created.

    Might want to look into:

    unloadMovie()

    MovieClip.unloadMovie()

    MovieClipLoader.unloadClip()

    MC._visible = false;

    etc...

    Ahhhk!

  3. #3
    Senior Member 4romAshz2Flashz's Avatar
    Join Date
    Mar 2004
    Location
    Ontario, Canada
    Posts
    213
    I've tried many of these and with no luck at all.

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