To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > General Help > Games

Reply
 
Thread Tools Search this Thread Display Modes
Old 01-31-2004, 05:02 PM   #1
Ihoss
Guest
 
Posts: n/a
[help] attach and remove mc

i got a problem in my game. i want to check if a ball is below a line and if it does, it should attach a ball to another mc and reomve itself. the porblem is that it seems to remove both. here is the code:

code:

_x += Math.round(Math.random()*4)-2;
_y += 2;
if (_y>300) {
_root.snow.i++;
_root.snow.attachMovie("snow2", "s"+_root.snow.i, _root.snow.i);
_root.snow["s"+_root.snow.i]._x = _x;
trace(_root.snow["s"+_root.snow.i]._x);
_root.snow["s"+_root.snow.i]._y = _y;
_root.snow["s"+_root.snow.i].gotoAndStop(2);
removeMovieClip(this);
}



this is in hte first frame (because it is attached). any help please
  Reply With Quote
Old 01-31-2004, 05:30 PM   #2
tonypa
Moderator
 
tonypa's Avatar
 
Join Date: Jul 2001
Location: Estonia
Posts: 8,138
Cant see anything wrong with your code.
__________________
My games, Tile based tutorials, Vectors, Latest finished game Ononmin
tonypa is offline   Reply With Quote
Old 01-31-2004, 05:50 PM   #3
Ihoss
Guest
 
Posts: n/a
if i create an mc and let the movie play to the end (so it goes back to the begining), is the created mc destroyed?

*edit* fixed. seems like if u give the attached mc a depth of less than 0 it will be removed at the end of the frame.
  Reply With Quote
Old 01-31-2004, 05:59 PM   #4
tonypa
Moderator
 
tonypa's Avatar
 
Join Date: Jul 2001
Location: Estonia
Posts: 8,138
Quote:
Originally posted by Ihoss
if i create an mc and let the movie play to the end (so it goes back to the begining), is the created mc destroyed?
No. You have to remove it by code.
__________________
My games, Tile based tutorials, Vectors, Latest finished game Ononmin
tonypa is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > General Help > Games

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:31 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.