Micky Hulse wrote:
FP8: What would be the best way to tile a vector graphic symbol horizontally across the stage using AS? I have used beginBitmapFill() for a bitmap, and that works well... but what would be the best way to programatically tile a graphic symbol?

Hi, I got my question figured-out.

Thanks anyway. :)

Actually, while i am sending this email...

Is it possible to specify the starting location of my fill?

this.beginBitmapFill(bmpd);
this.moveTo(0,239);
this.lineTo(Stage.width, 239);
this.lineTo(Stage.width, 374);
this.lineTo(0, 374);
this.lineTo(0,239);
this.endFill();

The fill seems to use the stage as top/left as the starting registration point for my fill... I would like to have the fill start via the top/left corner of my lines above (0, 239).

Any tips?

TIA!
Cheers,
Micky


--
Wishlists: <http://snipurl.com/vrs9>
   Switch: <http://browsehappy.com/>
     BCC?: <http://snipurl.com/w6f8>
       My: <http://del.icio.us/mhulse>
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to