Problem finding which methods and properties are available for a movieclip within actionscript 3.0
- September 14, 2009
- 1 reply
- 537 views
I am having troubles trying to find out which actions/properties or instances are available with a particlar movie. Also I am looking at a piece of code, for example:
var btn = new flashmo_button();
btn.flashmo_button_bg.gotoAndStop(alt_no + 1);
but I can not find where "flashmo_button_bg" is located at. There are some methods/properties that I can track backwards but there are several that I do not know where they are coming. I have tried right clicking different movies in the files and looking at the "Linkage" but do not find this method , (I don't know if there would even be method names under the Linkage box anyways). I can not find an instance called this either inside other movies. What I would really hope to find is to some button or menu choice I could click and it would open up the movie etc. and show me where this method/instance is defined but it is not on the right click and I can not find it.
Also, is there some sort of menu choice where I can get some intelli-sense/code completion working? Perhaps I am very used to Visual Studio where the stuff is nice and organized and there are all sorts of tools where you can figure out very easily where something is declared. I am wasting a bunch of time trying to figure this out in Flash. I attached the master file so if someone wants to look at it quickly the code I mentioned above is in the "actions" layer and in frame 76.
Thanks very much,
Brian