Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008
all groups > flash actionscript > september 2005 > threads for saturday september 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Need Help actionscripting between 2 seperate .swf's
Posted by gma216gma at 9/17/2005 11:48:39 PM
I have 2 .swf's. The first is named "A.swf" and on this swf there is a button. When i click on that button i would like it to "gotoandplay(50)" on the second swf named "B.swf". Any help would be much appreciated. Thanks ...more >>


Load and nload swf with the same button
Posted by Evilcampbell at 9/17/2005 10:16:44 PM
Hi I am new with flash and I am trying to load and unload an external swf file with the same button. I looked in the forum and tutorials, but I only find a way with 2 different buttons. Thanx...more >>

Buttons nested in a MC Help please...
Posted by JenniferS at 9/17/2005 8:10:23 PM
Hi! I have this menu I'm working on, with four mc's that act as the primary buttons, but one mc has buttons nested inside and no matter what i do (even tried different target paths, etc) the sub buttons won't work. Here's the fla to the menu I'm trying http://www.seamstressfortheband.com/not...more >>

passing variables, cant get it to work.
Posted by jaszokody at 9/17/2005 2:24:03 PM
Below is the code of an html file that works: I want to write an action script from within Flash to transfer the textID variable from flash to this index.html file and then open the file. have tried lots of things, never works var textID:String = "Hello" loadVars.send (textID) getURL(index...more >>

Class member access and function declaration.
Posted by Blade alSlayer at 9/17/2005 10:26:49 AM
Hi there! Question 1: I use member access control a lot in C++ and I try to do so in Flash as well. But there seems to be a problem: Suppose we have a simple class: class memberAccessTest{ public var pub:Number; private var priv:Number; } and we create an instance of it in a ...more >>

lock down hoverstate on button
Posted by nathan kadlac at 9/17/2005 10:12:27 AM
I am looking for some quick advice/tutorial on having a series of numbered rollover buttons in a row, where on(release), that button stays in the over position. Then if you click the next number in a row, the hover state turns off on the previous and locks on the new one. Sorry if this is co...more >>

problem using 'this' in a function
Posted by shottogan at 9/17/2005 9:09:59 AM
hey, i'm having trouble with this code. i really dont know why it wont work. the code works fine on it's own, just running when the timeline comes across it, but if i define it as a function and then try to call it, even from within that same frame, it causes a 'A Script Is Causing Flash To Ru...more >>

Please Help Me With My Dragging Scroller
Posted by extravaganza_ at 9/17/2005 8:15:23 AM
Hi I have adapted a scroller from a tutorial at http://www.sitepoint.com/article/scrolling-image-gallery I have adapted it and my fla is at http://www.extravaganzadesign.com/work/tracy/scrollertest.htm It is a simple fla that drags a series of images and you can see how it works at ...more >>



Another attachMovie question
Posted by forumnotifier at 9/17/2005 4:07:39 AM
I have a clip with several frames.. on first frame is stop() symbol has on (rollover){ _root.gotoAndPlay(2) } and such to make a multistate button. This works fine and is imported into library as test.swf I am using this code to bring it in to new this.attachMovie("TE...more >>

using break
Posted by springs1979 at 9/17/2005 3:08:24 AM
we want to "pause execution of the code" this is the way we did it currently. [code]timeElapsed = getTimer(); while (distance) { if(getTimer() > (timeElapsed+30)){break;} }[/code] it is a nested loop and "break;" seems to completely remove this loop from the parent script every ...more >>

Changing the orientation of a movie clip...
Posted by Barnak at 9/17/2005 1:30:41 AM
I want to make a movie clip that looks to the left when I press a certain key, but I don't know how to do a simple symmetry with the clip without making a new one... So is there a way to a simple reflection with a movie clip? I searched and I found out how to rotate, but not how to reflect...more >>

Using XML text to target an instnce
Posted by lubarba at 9/17/2005 12:27:23 AM
I have a little proble rigth now, I have a variable defined as follow, x= "_root.mainmovie"; , this variable was defined using a XML node, thats why it's in text type, but I need, with this information to target a movie clip named mainmovie, i mean using the information of the variable. Is t...more >>

I am going crazy!!!!
Posted by 400$ at 9/17/2005 12:00:00 AM
Hi , I am creating this slideShow where the jpg's fade in.They are external so I am using MovieClip Loader object to load them.I have created the container movieClip called holder_mc which is not the Stage. My prob: -the preloader not working -the images don't appear var p:Nu...more >>

movie clip fades in using actionscript
Posted by cm77 at 9/17/2005 12:00:00 AM
Hi! I have a script that creates a movie clip and makes it invisible: _root.attachMovie("menuItem", "menuItem1", buttons); _root.menuItem1._visible = false; Then I have some other code attached to a button. When the user rolls over the button, the movie above becomes visible: on ...more >>

Works in 6 & 7 but not Flash 8
Posted by Designforce at 9/17/2005 12:00:00 AM
This works fine in 6 and 7, and I have been using it for a while now. Just upgraded to Flash 8 and it no longer works. function check_answers(){ one = m1v + m2v + m3v + m4v + m5v + m6v + m7v + m8v + m9v + m10v + m11v; two = ru1v + ru2v + ru3v + ru4v + m2v + ru5v; if ((one == "maintena...more >>

Help needed please
Posted by Twoolie at 9/17/2005 12:00:00 AM
first.of.all,.i.know.i.have.a.lol.of.full.stops..my.spacebar.is.broken.by.my.bro ther:(.. anyway.i.want.to.load.the.contents.of.a.text.file.into.flash,.but.flash.will.onl y.let.me load.mime.encoded.docs..how.do.i.just.import.the.plain.text.from.the.file.using. actionscript? ...more >>

Barking Up the Wrong Tree Menu?
Posted by flarjr4321 at 9/17/2005 12:00:00 AM
Hi, I'm mostly looking for opinions here, so feel extra free to comment. I'm suffering from "deep linking" syndrome. In my short/limited experience working with pages with tree menus (xml-driven tree component), it seems to me that they are best used for linking people somewhere else...more >>

Video playback speed?
Posted by John Dyer at 9/17/2005 12:00:00 AM
I'm moving from Flash 7 to 8 and I am wondering if the new video setup has any way to change the speed at which a video is played back. I'm guessing no since none of my searches have shown anything, but I thought I'd ask... ...more >>

mx.transitions.Tween
Posted by aaronexodus at 9/17/2005 12:00:00 AM
Is it possible to do a color/alpha tween with mx.Transitions.Tween? I know there are other movieclip prototypes out there that will let you do it but I wanted to stick with macromedia's tween class if possible. I haven't been able to figure out how to tween colors/alpha with it though :( ...more >>


DevelopmentNow Blog