Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: duplicateMovieClip vs object.duplicateMovieClip
From: jason stanley
Date: Sat, 26 Aug 2000 23:33:40 +0100

so i seem to be missing something here with the new actionscript...

for instance, i have on offstage mc called "box" and a script in frame one
of a oneframe movie that's attempting to duplicate two instances of it. one
using the oldschool way, and the other using the new object-based system.

this works just fine...

duplicateMovieClip ("box", "box1", 10);
setProperty ("box1", _x, "200");
setProperty ("box1", _y, "100");

this on the other hand? nothing...

box.duplicateMovieClip(box2, 20);
setProperty ("box2", _x, "150");
setProperty ("box2", _y, "150");

so what's up? as far as the actionscript dictionary is telling me, the
second method should work just as well.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Pre-Loader Tutorial, ChalkTalk1
  Re: FLASH: Pre-Loader Tutorial, Brian

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]