|
|
|
#1 |
|
Master of all chickens
Join Date: May 2003
Location: Belgium
Posts: 114
|
Why, why, why?
I have a balloon. When I press on it it has to be removed. So I use this code.
Code:
on (press) {
_root.removeMovieClip("balloon1");
}
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Oct 2001
Location: South Africa
Posts: 241
|
as far as I can see, you can only "removeMovieClip" that you have loaded dynamically with script (attachMovie("blue", "blue1", 1); (frame action)
then you need to put script (on a button) like this on(press){ removeMovieClip("_root.blue1"); } Is this true? When I test it, _root.removeMovieClip("blue1"); does not work, but removeMovieClip("_root.blue1"); does. |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|