javascript > flash help
javascript > flash help
Out of context: Reply #2
- Started
- Last post
- 15 Responses
- ********0
because I'm creating a menu dynamically from a multi-dimensional array; it'll be like this:
newX=array[i][2];
newY=array[i][3];which will make newX & newY different per items in the array...