USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 5/16/06 11:17 PM
Sign-Up: 01/03/04
Posts: 40
How do I make a movieclip get removed when it touches another object? Thanks
Posted at: 5/17/06 01:41 AM
Sign-Up: 03/01/04
Posts: 186
if(_root.movieClip1.hitTest(_root.movieCli p2)){ removeMovieClip(_root.movieClip2); }
Posted at: 5/17/06 01:42 AM
no wait
if(_root.movieClip1.hitTest(_root.movieCli p2)){ _root.movieClip2. removeMovieClip(); }
Posted at: 5/17/06 02:51 AM
Sign-Up: 07/02/04
Posts: 1,247
you might also have to swap it's depth to a positive number, depending what depth it is on at the moment.
All times are Eastern Standard Time (GMT -5) | Current Time: 01:53 PM
<< Back