Sep 11, 2002 #1 z35 Programmer Joined Dec 21, 2001 Messages 206 Location US Hello, Is it possible to position an attached movie clip? how do you tell flash where to place an attached movie clip?
Hello, Is it possible to position an attached movie clip? how do you tell flash where to place an attached movie clip?
Sep 11, 2002 #2 BigBadDave Programmer Joined May 31, 2001 Messages 1,069 Location EU Like this: Code: _root.attachMovie("foo", "bar", 0); bar._x = 200; bar._y = 100; Regards David Byng http://www.byngdesigns.co.ukdavidbyng@hotmail.com Upvote 0 Downvote
Like this: Code: _root.attachMovie("foo", "bar", 0); bar._x = 200; bar._y = 100; Regards David Byng http://www.byngdesigns.co.ukdavidbyng@hotmail.com
Sep 11, 2002 Thread starter #3 z35 Programmer Joined Dec 21, 2001 Messages 206 Location US great. thanks. i'm glad its possible. which catagory do i go to? i went to object-movie clip-attach movie in order to do the first part. how do i do the second part? Upvote 0 Downvote
great. thanks. i'm glad its possible. which catagory do i go to? i went to object-movie clip-attach movie in order to do the first part. how do i do the second part?
Sep 11, 2002 #4 BigBadDave Programmer Joined May 31, 2001 Messages 1,069 Location EU the _x and _y are in the movie clip catagory Regards David Byng http://www.byngdesigns.co.ukdavidbyng@hotmail.com Upvote 0 Downvote
the _x and _y are in the movie clip catagory Regards David Byng http://www.byngdesigns.co.ukdavidbyng@hotmail.com