DrumAt5280
Technical User
How do I set the instance name of a movie-clip to a variable?
I tried this within the movie-clip but it doesn't work:
on (rollOver) {
var gridLabel = _root.GridHotSpot;
}
Want I want is to mouse over the movie clip "GridHotSpot" which has a instance name of "E4", I want E4 to appear in the dynamic text field named "gridLabel" which is inside the movie clip.
Thanks.
I tried this within the movie-clip but it doesn't work:
on (rollOver) {
var gridLabel = _root.GridHotSpot;
}
Want I want is to mouse over the movie clip "GridHotSpot" which has a instance name of "E4", I want E4 to appear in the dynamic text field named "gridLabel" which is inside the movie clip.
Thanks.