Be a Supporter!

removeMovieClip and unloadMovie()

  • 363 Views
  • 3 Replies
New Topic Respond to this Topic
CyberXR
CyberXR
  • Member since: Aug. 22, 2008
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
removeMovieClip and unloadMovie() 2010-12-04 08:43:38 Reply

While reading the forums I began to wonder something; What is actually the difference between removeMovieClip() and unloadMovie(). Are there any difference at all? Will it be a leak of memory if I use unloadMovie instead of the other method?


Check out the coolest Donkey Kong Game on NG!
http://www.newgrounds.com/portal/vi ew/459064
100 posts @ Posted at: 9/15/08 07:36 AM http://www.newgrounds.com/bbs/topic /969232

Spysociety
Spysociety
  • Member since: Dec. 30, 2009
  • Offline.
Forum Stats
Member
Level 21
Blank Slate
Response to removeMovieClip and unloadMovie() 2010-12-04 08:48:23 Reply

At 12/4/10 08:43 AM, CyberXR wrote: While reading the forums I began to wonder something; What is actually the difference between removeMovieClip() and unloadMovie(). Are there any difference at all? Will it be a leak of memory if I use unloadMovie instead of the other method?

A removeMovieClip() removes a movie clip that you added via an attachMovie(), the unloadMovie() remove the movie clip from the main timeline.

Jin
Jin
  • Member since: Sep. 9, 2006
  • Offline.
Forum Stats
Supporter
Level 50
Blank Slate
Response to removeMovieClip and unloadMovie() 2010-12-04 09:14:23 Reply

At 12/4/10 08:48 AM, Spysociety wrote: A removeMovieClip() removes a movie clip that you added via an attachMovie(), the unloadMovie() remove the movie clip from the main timeline.

unloadMovie() is used on external resources.


BBS Signature
CyberXR
CyberXR
  • Member since: Aug. 22, 2008
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to removeMovieClip and unloadMovie() 2010-12-04 10:20:37 Reply

Thanks for the ansers. Didn't know of that :) But the unloadMovie works with attached MC's also, am I wrong?


Check out the coolest Donkey Kong Game on NG!
http://www.newgrounds.com/portal/vi ew/459064
100 posts @ Posted at: 9/15/08 07:36 AM http://www.newgrounds.com/bbs/topic /969232