This is a discussion on "duplicating movieclips" within the Flash & Multimedia Forum section. This forum, and the thread "duplicating movieclips are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
duplicating movieclips
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
duplicating movieclips
How do I control were the movieclip duplicates to?
|
|
|
|
|||
|
In terms of screen x, y, co-ordinates? You can't!
But you can change those x, y co-ordinates as soon as the movieclip is created, by using setProperty(); |
|
|||
|
?
but what dose it all mean bazel?
how do i set the x y? clipEvent blah blah bla { duplicatMovieClip (this, newname, [??????) see the skinny is I need a bullet, and lots of em, so i figure what beter way than this? You reading me major Tom? |
|
|||
|
In the Actionscript reference library, it has:
setProperty("target", property, value/expression); So you would want: setProperty(newname, _x, 0); setProperty(newname, _y, 0); |
|
|||
|
ok thanx that helps alot but wut about the depth
on the duplicate ovie clip the bullet replaces itself and i need a bunch at the same time i know i gota use random(); and a variable somhow |
|
|||
|
oh god
its bad sarge theres movie clips everywere when i close my eyes thats all i see.... |
![]() |
| Tags |
| duplicating, movieclips |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP Script Duplicating | tox0tes | PHP Forum | 1 | Aug 27th, 2007 21:38 |
| external movieclips | master_phat | Flash & Multimedia Forum | 1 | Apr 18th, 2005 16:25 |
| movieclips~ | master_phat | Flash & Multimedia Forum | 2 | Apr 6th, 2005 01:49 |