How to read data from shape/graphics object

后端 未结 4 499
傲寒
傲寒 2020-12-12 04:16

I am wondering if it is possible to get the data that is stored in a shape/graphics object in flash using actionscript 3?

In my project I would like to be able to dr

4条回答
  •  萌比男神i
    2020-12-12 04:59

    You cannot read the shape info once it's drawn. But if you are drawing it, you can store the info at the time of drawing itself and use it later.

提交回复
热议问题