I and a coworker are working on a Flash game.
My coworker uses Adobe CS5, where he create symbols on the "stage" and then simply uses them in the ActionScript file, for example "GoodGuy.visible=true".
I use Flash Develop, so I don't have that stage, but I do have an SWC file, compiled by him, that contains some symbols and properties. However, when I use the same ActionScript file, I get an error "Access of undefined property GoodGuy". What should I do?