A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: remove/ hide movie clip on frame event as2

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    4

    remove/ hide movie clip on frame event as2

    Hello

    I have a "snow movie clip" playing in my .swf, but removing the clip on a certain frame doesnt stop it from playing. I need to either remove it or hide it using as2. Any help would be gratefully recieved.

    thanks

  2. #2
    Junior Member
    Join Date
    Sep 2010
    Posts
    15
    snow.removeMovieClip()

    will get rid of it.

    if you want it to stop playing use

    snow.stop()

    if you want it to just be invisible you can use
    snow._visible = false


    hopefully you can get one of those to work for you. :]

Tags for this Thread

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