Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Duplicate Movie Clips |
From: | Bill Herz |
Date: | Mon, 24 Apr 2000 15:22:57 +0100 |
Of course I've set the instance name. And...
Duplicate Movie Clip ("/movieclip", "new_movie", 100)
Set Property ("new_movie", X Position) = 100
Set Property ("new_movie", Y Position) = 100
works!
But these code...
Set Variable: "index" = 1
Duplicate Movie Clip ("/movieclip", "movie_"&index, 100)
Set Property ("movie_"&index, X Position) = 100
Set Property ("movie_"&index, Y Position) = 100
do NOT work. So I suppose that there is something wrong with "movie_"&index .
Could you help more?
Thanks,
Bill
----- Original Message -----
From: "Helen Triolo" <designeri-technica [dot] com>
To: <flasherchinwag [dot] com>
Sent: Monday, April 24, 2000 8:08 PM
Subject: Re: FLASH: Duplicate Movie Clips
> Bill Herz wrote:
> >
> > Hello All,
> >
> > Thanks for the help of Helen and Branden.
> > --------------------------------------------
> >
> > Set Variable: "index" = 1
> > Duplicate Movie Clip ("/movieclip", "movie_"&index, 100)
> > Set Property ("movie_"&index, X Position) = 100
> > Set Property ("movie_"&index, Y Position) = 100
> >
> > But I can't see anything(of course "movieclip" is not empty). Why?
> >
>
> Bill,
>
> Is "movieclip" the instance name of the movie clip you wish to
> duplicate? Whatever the name is supposed to be, make sure you've set the
> movieclip *instance* to that name, not just the symbol.
>
> hth,
> Helen
> ----------------------------------------
> helen triolo � http://i-technica.com
> designeri-technica [dot] com � 301-424-6037
> ----------------------------------------
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the last 100 messages from the flasher list NOW
> http://www.chinwag.com/flasher/last100.shtml
>
> Flash books http://www.chinwag.com/flasher/books.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Duplicate Movie Clips, Helen Triolo
Replies
FLASH: Duplicate Movie Clips, Bill Herz
Re: FLASH: Duplicate Movie Clips, Helen Triolo
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]