
Welcome Guest
|
#1
|
|||
|
|||
|
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? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |




