Answered
Manipulating a movieClip instance from a class file
I have as2 code in a class file that is imported into a fla
file. I've been trying to manipulate the movieClip instance that I
have on the Stage via just the Class file.
Example:
I have a MovieClip on stage with an instance name of box_mc. I want this movie clip to turn invisble when I click the mouse button on top of it. The key is that I want all mouse press functions to only reside in the Class file and not the fla.
The issue I am having is that when I test the movie in Flash and click on the movieClip nothing happens but the test trace() command is run.
Any help would be most appreciated!
Example:
I have a MovieClip on stage with an instance name of box_mc. I want this movie clip to turn invisble when I click the mouse button on top of it. The key is that I want all mouse press functions to only reside in the Class file and not the fla.
The issue I am having is that when I test the movie in Flash and click on the movieClip nothing happens but the test trace() command is run.
Any help would be most appreciated!