LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-18-2004, 06:11 AM
bugjuice bugjuice is offline
Registered User
 
Join Date: Feb 2004
Location: na
Posts: 2
Rep Power: 0
bugjuice is on a distinguished road
duplicate movieclip holder

hey guys i sent up a question for a lego game3 weeks ago -- i got the game to work splendid thanks guys

heres a link--
http://www.rit.edu/~ast7707/finalprojectok5.swf


i have a question though
--They duplicate and stuff but i want it to stop duplicating if the previous clip is not moved from where it was duplicated


heres the code im using to duplicate the movieclips
Actionscript:
on (release) {
music = new Sound();
music.attachSound("click10");
music.start(0, 1);
if (i<900) {
duplicateMovieClip("_root.box3red", "box3red"+i, i);
_root["box3red"+i]._x = random(30)+50;
_root["box3red"+i]._y = random(60)+50;
_root["box3red"+i].onRelease = function() {
trace(this._name);
delete this.onMouseMove;
};

_____________________________________

What i want to do next is save the pieces and ne able to load games --if it can be done do i use xml, asp, flash remoting?
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate Movieclip and have random image in each csr500 Flash CS3 / Flash 9 0 06-04-2009 03:43 PM
duplicate movieclip and gotoandplay together gobber Newbies 1 08-17-2005 10:17 AM
Problems with duplicate / draggable movieclip barryandersonuk Newbies 0 02-12-2005 02:35 AM
User Duplicate MovieClip kud0s Flash MX 7 03-07-2003 07:17 PM
Duplicate movieclip choi_kathryn Flash 5 Actionscript 1 11-30-2002 11:13 PM




All times are GMT. The time now is 06:27 PM.