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: 176
actionscript-3
|action
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 ofEllipse
type, so I just dont understand why isEllipse(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