Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.95 / 5.00 11,061 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.03 / 5.00 49,089 Viewsso i have an array that has movie clips in it, and i need to find the y coordinate of a movieClip in that array.
so for example, is there a way to make
array[2].y
return the y value of the movie clip in the array at that posisiton?
At 5 minutes ago, ronk wrote: so i have an array that has movie clips in it, and i need to find the y coordinate of a movieClip in that array.
so for example, is there a way to make
array[2].y
return the y value of the movie clip in the array at that posisiton?
that is the code to get the y property of the 3rd element of the array.
What's the problem with it?
If it doesn't work, make sure everything is defined properly.