ezeeepass
AS2 I created a drop down menu for my portfolio. my setup is my site mc, within that mc it my portfolio and the drop down menu with five buttons. I want to link on of those button not to the root,…
in ActionScript 1 and 2
ezeeepass
Thank you in advance for your help. I am building an vertical image scroll buttons in AS2. but I cant get the scroll to work. Can you please look at my script and see if I am missing something. Thank…
in Flash Pro FAQ List
ezeeepass
as per your instructions I use this code to load a swf file   var request:URLRequest = new URLRequest("123d.swf"); var loader:Loader = new Loader()  loader.load(request);  addChild(loader);…
in ActionScript 3