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 2005 > threads for sunday march 27

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

Need help loading text from external source
Posted by gma216 at 3/27/2005 11:03:51 PM
Trying to creating something like this: http://www.kirupa.com/developer/mx/multiple_dynamictext.htm but would like to add URL links in the dynamic textbox. Is there any way? Any help would be much appreciated. Thanks ...more >>


a way to control active links (buttons)?
Posted by purpleape at 3/27/2005 10:00:15 PM
I have a movie that is divided into many swf.s they are all controlled from a main movie that is basically just a navigation bar with links. Each button on the nav bar calls a swf into an empty movie clip with load movie. This is fine and works, but I want to be able to change the look of t...more >>

trying to play 6 swf's consecutively, when nav button "play all" is clicked
Posted by purpleape at 3/27/2005 8:55:44 PM
Hi guru's Im here to learn. please help! :) I have a swf movie that loads swf's into an empty movie clip when navigation buttons are clicked. So the main movie is basically just a navigation bar. I have the code that loads the appropriate movie to play when the corresponding nav button i...more >>

loaded text
Posted by SUPA JINX at 3/27/2005 8:10:55 PM
The following script, loadText = new LoadVars(); loadText.load("contents/data4.txt"); //creating the loadVarsText function loadText.onLoad = function() { title.htmlText = this.title; content.htmlText = this.content; }; works when used on the main timeline. But when I p...more >>

playing specific frames of a movie clip?
Posted by obikan at 3/27/2005 7:45:14 PM
hi I have a movieclip in my library and 4 buttons on my stage. I want my buttons to play specific parts of the movieclip. for example button1 will play from the frame 1 to frame 8 and button2 will play from 1 to 15. How can I write the correct script for this action. ...more >>

Goto a random scene?
Posted by FuzzMasterX at 3/27/2005 6:23:04 PM
Alright, I'm using the NG Loader, and I know my coding is totally wrong, but... on (release) { GoToAndPlay('1',random(4)+1); } I'm trying to make it goto a random scene (Got five or so) And that doesn't work. What's the correct way? ...more >>

Hiding button
Posted by IrishKid at 3/27/2005 5:36:51 PM
Hello, I have a problem where I have a button which when clicked jumps to a different frame. The problem is that the hotspot I created over the button is still there in the frame further down the time line, how do I get rid of it. What I am trying to do is have some text that you click on ...more >>

Dynamic movieclips disappearing
Posted by HIO Dave at 3/27/2005 3:51:14 PM
I'm creating a 'Memory Game' where users try to find matching pictures from a grid of tiles. Each Tile has a Cover (movieClip) in the prototype movieClip and a TileImg movieClip added to the Tile movieClip one level below the Cover as the Tile is created in frame 1 of the root movie. When th...more >>



Sending ComboBox info to PHP???
Posted by ketboy at 3/27/2005 3:37:41 PM
I have a form on a site im working on, the form works apart from the ComboBox!! how do i get the combobox info to be recieved by the PHP then sent by email? do i need to add any code to the form in flash? ie... $message .= "LOCATION: " . $_POST["ComboBox"] . "\n\n"; ...more >>

contentPath not working for screen
Posted by mattw at 3/27/2005 3:08:22 PM
I'm going through the Flash MX Professional 2004 Application Development book by Jeanette Stallons. At the end of Lesson 11, we are to use this.contentPath to dynamically load a .swf into a screen. I could load the screen when I hard coded the .swf file name into the Properties/Parameters Pane...more >>

drawing rectangles without overlap, help!
Posted by reuv at 3/27/2005 3:00:19 PM
I want to draw few rectangles on the stage (about ten or twelve) without any orverlap of one on the others.Positions, dimensions and rotation angles of each rectangle are randomaly defined. I am looking for a kind of mosaic drawing function, recursive solution for drawing rectangles side by s...more >>

browser back button
Posted by doidom at 3/27/2005 2:01:53 PM
How do I script my Flash movie so when a user clicks the browser's back button he or she returns to their previous site. I don't want the script for a movie button but a script so one click takes them out of my Flash site and back to their previous site. Thanks much! ...more >>

is it possible to place a MC in a level
Posted by (_seb_) at 3/27/2005 12:49:40 PM
Hi all is it possible to place a MC that is not loaded externally, on a level? For example I'd like to place one of my MCs on level50 the MC is currently in the main timeline, in level0. -- sebATwebtrans1DOTcom | http://webtrans1.com | creative web designs...more >>

Make Object Appear?
Posted by sltrumpeter at 3/27/2005 6:53:04 AM
I have a few movie clip instances, each that I would like to attach to a single button, so that when the button is clicked, the movie clip appears at a specific point of the stage. The movie clips are not on the stage to start. When another button is clicked, its corresponding movie clip app...more >>

help loading 2 movies to play consecutively
Posted by danmulv at 3/27/2005 3:15:25 AM
I need to load 2 individual .swfs into a separate swf. The first .swf is a tween which needs to play through completely before the second .swf loads. The way I have it written now, both swfs seem to load at the same time so I don't see the tween contained in the first .swf. Any suggestions? ...more >>

Can I attach mouse event scripts to movie clips ...
Posted by thevisualedge at 3/27/2005 2:32:29 AM
Hey guys-- I'm kind of new to this, but I'm learning--so bear with me please. =) I've got a movie clip which fades in/out when the mouse rolls in/out. I want the user to be able to click on the clip and have it jump to another part of the root Flash movie. I've tried going into the ...more >>

[AVA] Tell your opinion..
Posted by leonardo NO[at]SPAM inthemedia.com.br at 3/27/2005 2:22:42 AM
What=B4s up!!!! I=B4ve developed this site and I=B4d like your opinion! http://www.smarttranslations.com.br Thanks so much !!! leonardo@inthemedia.com.br -------------------------------------------------------------------------= -------...more >>

MouseOver Event Why?
Posted by Doc_In_Kitimat at 3/27/2005 2:02:54 AM
I have a movie clip that is two frames long. The first frame is simply a graphic, the second is the graphic with text below (caption). Both frames have a stop action on them. I have put the clip on the first page of my Flash movie, and have set its behaviour to act as a button. I have then giv...more >>

Input/Output
Posted by LyssDoll at 3/27/2005 12:49:20 AM
Hi, I'm having trouble with my input/output text boxes. I had a script I used on a different fla. file that seemed to work for the same reason, although its not happening this time. I have an input text on one scene and an enter button, I'm trying to stop the animation so it doesn't just ...more >>


DevelopmentNow Blog