Why when I Update a 2 dimensional Array it give an “Error #1010”
问题 In my programming class, I need to create a Tiles game with AS3 (like zelda). On a map, the tiles are initialised black in an array and, after that, they are changing randomly each time the leftpick of a song reach a certain value. When the tiles change, I need to update the Array with the new value. Actually, I always get an Error #1010: A term is undefined and has no properties. This is how the tiles are initialised: variable private var grid: MovieClip; private var nbRow: int = 6; private