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
all groups > flash actionscript > march 2006 > threads for sunday march 26

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 31

duplicateMovieClip and scripts
Posted by Bahaar at 3/26/2006 11:42:07 PM
Howdy! I'm trying to figure out an answer to this. If I have a movieClip on the stage, and that movieClip has a script...then I duplicate that movieClip giving the duplicate a new name....does the new one have a copy of the script as well? Here's what I've done and it hasn't been working...more >>


Re: duplicating a movieclip but not able to update the text field in using variable
Posted by insight orange at 3/26/2006 10:30:12 PM
ok kglad i am posting the link for my .fla now i am facing another problem i have made another movieclip and created new dulicated movieclips in it and then tryied to mask that movieclip and now the text field in duplicated movieclips is not showing. i have used the code which you pasted in ...more >>

ASP email form
Posted by Reggie Bliss at 3/26/2006 8:48:28 PM
I need help writing the asp file for my email form. I have one made, but when I hit submit on the flash movie, the browser tells me that the method is not allowed. Here are the respective codes: Submit button on flash movie: on (release) { if (!FirstName.length) { EmailStatus = "Ple...more >>

Streaming Video Problem
Posted by iIncite at 3/26/2006 8:10:13 PM
Hi All, I have some issues working with streaming video. The audio portion works but the visual does not. I have attached the code. Any suggestions? Thanks var connection = new NetConnection(); connection.connect(null); var stream = new NetStream(connection); _root.Video.F...more >>

Variable not working outside of a funtion...
Posted by DIY_Lobotomy at 3/26/2006 6:32:59 PM
Okay, below is a small segment of a large bit of code that I have written... You'll see two "trace" statements. The one INSIDE the function returns "5" (which is correct). The one OUTSIDE the function returns "undefined". I need to use this variable elsewhere, but it seems to only work in...more >>

My movie is looping!!
Posted by melanie_me at 3/26/2006 5:41:01 PM
know this must be simple to fix! I have a controller playing a movie with sound. The first time it plays, everything works perfectly, but after it has played through once, the movie immediately starts playing again without the sound and "stop" must be pressed for it to restart. I want ...more >>

help with crosshair cursor
Posted by Nevermynd at 3/26/2006 5:33:30 PM
I am doing an arcitectural web site which you can view at www.informarch.com. I am pretty new to flash but learning lots. I'd like to possibly do a crosshair (a vertical line and horizontal line that run the length and width of the movie and intersect where the cursor would be) for the cur...more >>

multiple timelines
Posted by amyinbrooklyn at 3/26/2006 5:16:08 PM
Hello, I know this is simple. I think I am going about it the wrong way. I have a mc on the main timeline and when the clip gets to a certain frame, I want it to send the playhead to a frame on the main timeline. This is what I'm trying. Is it a scope issue or am I completely wrong with my ...more >>



OK now that i got that done....COLLISION!!!
Posted by lord_of_uo at 3/26/2006 4:44:04 PM
ok..... my character doesnt twitch anymore. it will on this though: take a look: https://www.zeldavideos.4t.com/link.swf as you see, i used a premade sprite background. how do i add my own collision detection to the objects on there? (without seeing squares 8 P) thnx!! ...more >>

reloading data from external xml
Posted by dculteraak at 3/26/2006 3:16:05 PM
hi, i have a ticker with scrolling data loaded from external xml file and i want to make it reload everytime that xml changed. Now I must restart application to scroll new text. Thank you.....more >>

Picture toggle
Posted by taranfx NO[at]SPAM gmail.com at 3/26/2006 2:36:44 PM
can somebody explain how to make a button which when clicked, toggles its background image. The problem i`m facing is : how to set picture as button background ? ...more >>

help with zoom and pan
Posted by naranja cool at 3/26/2006 1:19:38 PM
hello, i know this is a textbook question, but i'm having some trouble making a zoom/pan navigation for a map. i have my map with its contents inside a movie clip and this movie clip is inside another clip and masked to create a frame effect (see path below). i managed to get the zoo...more >>

Launch a word .doc from flash
Posted by stumfossil at 3/26/2006 4:56:35 AM
:confused;...more >>

Help for Flash Newbie ! I may be in trouble !
Posted by oldham411 at 3/26/2006 4:45:38 AM
Hi there: I purchased a flash/XML template with the thought of "how hard can it be to modify a template?" I found out quickly the answer was "incredibly difficult, you newbie freak!" So, while i won't bore you with further detail, i have a very specific problem i'd like to overcome qu...more >>

help with arrays and movieclips
Posted by 3141592653589 at 3/26/2006 4:13:46 AM
I'm having trouble with relating movie clips that have been created using the attachmovie() method. Basically, i want to attach movie clips on the screen at different points, then make them move continuously to the right. the thing it... i want the second movie clip to face (rotate towards...more >>

How do I get clearInterval to work on a global function?
Posted by ThinkSeed at 3/26/2006 2:26:01 AM
I'm trying to create a fade-in of the background sound and fade it back out. For attaching the music, I have the following code on the root timeline: soundtrack = new Sound (); soundtrack.stop (); soundtrack.attachSound ("hipgroove4"); soundtrack.start (); //follows is the global f...more >>

Can anyone help?
Posted by sunlis at 3/26/2006 2:23:53 AM
I'm playing around with source files I got from a tutorial on kirupa.com, found http://www.kirupa.com/developer/actionscript/spring.htm. MovieClip.prototype.move = function(centerx, centery, inertia, k) { x = -this._x+centerx; y = -this._y+centery; xp = xp*inertia+x*k; yp = yp*iner...more >>

loadMovie "movie" not working properly
Posted by Asesino at 3/26/2006 12:00:00 AM
I have a swf that uses some actions script 1.0. This clip is a scrolling photo gallery that has pictures at the bottom that scroll left and right when the mouse moves over the buttons. I have it set up where when you click on the pictures and bigger picture appears above the scrolling thumbs. ...more >>

png transparency bug
Posted by jhave2 at 3/26/2006 12:00:00 AM
hello folks, has anyone else encountered this: I've noticed that a png (WITH alpha layer) sequence dynamically loaded displays the vector graphics it was initially loaded over , even when it is sent flying over a png embedded in the doc, the vector objects (i provide a link to an example...more >>


DevelopmentNow Blog