Re: [Flashcoders] Tile a vector Graphic symbol across stagehorizontally?

2007-03-25 Thread Micky Hulse
Hi Daniel! Thanks for the quick response, I really appreciate your help. Holth, Daniel C. wrote: Hope that helps! Oh! That solution is much more elegant than the one I came up with! Thanks Daniel! I really appreciate it. :) Have a great day/night! Many thanks for the code sample, I owe

RE: [Flashcoders] Tile a vector Graphic symbol across stagehorizontally?

2007-03-24 Thread Holth, Daniel C.
This may not be the best solution, but it'll get the job done: // originalTile is a MovieClip on your stage you want to tile. // Reference the stage var r = this; // Number of tiles so far var i:Number = 0; // So while they are still on the stage while(i * originalTile_mc._width