What does this mean in AS3?

Posted by uther-lightbringer on Stack Overflow See other posts from Stack Overflow or by uther-lightbringer
Published on 2010-06-04T15:00:04Z Indexed on 2010/06/07 19:42 UTC
Read the original article Hit count: 150

Filed under:
|

Hello I've started to learning AS3 from one book and found something I don't understand.

Ellipse(_board[row][column]).fill = getFill(row, column);
  • _board is two dimensional array of Ellipse type, so I just dont understand why is Ellipse(Ellipse object) used when it apparently works without it, or I haven't seen any changes when I omitted it.

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about action