the following code works as expected var bd:BitmapData = new BitmapData(1,720,false,0xFF00FF00); var bmp:Bitmap = new Bitmap(bd); bmp.x=10; bmp.y=10; addChild(bmp);
in FP10 so i don't think its flash On Sep 2, 12:31 am, Peter Kapelyan <[email protected]> wrote: > I think that's just Flash itself. A long time ago I tried importing a 1x1 > gif (etc) and Flash threw some errors. When I increased it to 1x2 it worked. > Weird Flash bug that never got fixed? > > -Pete > > On Tue, Sep 1, 2009 at 7:10 PM, steanson <[email protected]>wrote: > > > > > hi i've just converted to fp 10 source and all is working well apart > > from one odd thing > > > i have a bitmap data that is 1 px wide and material is created from > > that, in fp 9 this 'stretched' to fill the cubes face. > > in fp 10 version i got an odd noise effect, when i increased the > > bitmpa data to 2px wide it worked as before > > > any ideas whats happening there > > > cheers Steve > > -- > ___________________ > > Actionscript 3.0 Flash 3D Graphics Engine > > HTTP://AWAY3D.COM
