[Flashcoders] duplicateMovieClip question

2006-01-04 Thread Johan Lopes
The snippet below takes one clip and duplicate it in rows and columns - simple stuff. _root.attachMovie(seat,seat_mc,_root.getNextHighestDepth(),{_x:-1000,_y:0}); function createSeats (xSpacing:Number,ySpacing:Number,rows:Number,cols:Number) { var xSpacing:Number = xSpacing; var

Re: [Flashcoders] duplicateMovieClip question

2006-01-04 Thread Marc Hoffman
Johan, The list does not accept attachments, so your gifs didn't come through. It isn't clear to me what kind of rotation you're looking for -- the same applied to every clip, or something else. Please post the gifs to a URL, or send a more thorough description of what you need to happen.