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 > december 2005 > threads for saturday december 10

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

PHP not working
Posted by ClaytonZ at 12/10/2005 9:26:05 PM
Alright... Here's what I have... ; mail($sendTo, $subject, $message, $headers); ?> How come it wont send me an e-mail conting the information? thanks, Clayton...more >>


multiple mouse listeners
Posted by pero_peric at 12/10/2005 7:11:58 PM
does anyone know how to get a list of active mouse event listeners? i'm working on one (huge) flash project that includes windows-like flash user interface, and i've come to following problem: consider main.swf that dynamicly loads other swf file (i'll call it child.swf) in empty moviecl...more >>

Dissappearing sound??
Posted by TomMoore at 12/10/2005 7:07:58 PM
When I load swfs into my preloader movieclip using moviecliploader, my sound vanishes... everything else works a treat but the sound isn't there :( I assign a global Sound object, '_gloabl.the_sound' inside the movie I am loading. I can't imagine why this should be the problem but it's all I...more >>

Help me please! need help displaying info...
Posted by Mctabish at 12/10/2005 6:30:24 PM
Here is what I have... A screen (background) I want to display other info over this back ground screen using a button I have a site I am building, and just want to add a new page. (see www.asapmedicalcenter.com) Please help me... I have been struggling with this for several days and am pul...more >>

Can you use a watch inside of a Tween Class command?
Posted by logeye at 12/10/2005 5:10:26 PM
OBJECT: To have an airspeed needle and digital, scrolling airspeed numbers be syncronized. BACKGROUND I am using the Tween class to rotate a needle on an airspeed indicator. The airspeed indicator also has digital numbers on the same gauge. The problem is these numbers scroll ,so oft...more >>

OpenURL problems with preload
Posted by majkinetor at 12/10/2005 4:55:27 PM
I use this code to preload main.swf which is in main.html mcl.addListener(mcl_listener); mcl.loadClip("Main.swf",99); mcl_listener.onLoadComplete = function (target:MovieClip){ getURL('main.html', _self); } But main.html doesn't load in same window but in new one. I tried a...more >>

Cannot dynamically load a Button symbol
Posted by HenrieMediaInc at 12/10/2005 3:35:41 PM
I have been trying to get the script below to work, but cannot. I would like to load a button symbol and change the text for each item in my list. Everytime I run the script below nothing happens. can you please help? Thank you very much! var c = new LoadVars(); c.load("home.php"); c.onL...more >>

actionscript timing
Posted by rush_rush_q at 12/10/2005 3:41:41 AM
okay ive got a simple actionscript tween going on. how do i time each individual tween. code: _root.onEnterFrame=function(){ _root.rectangle1._y+=(r1y-rectangle1._y)/speed _root.rectangle2._y+=(r2y-rectangle2._y)/speed _root.rectangle3._y+=(r3y-rectangle3._y)/speed _root.rect...more >>



hitArea
Posted by JohnnyRiver at 12/10/2005 3:20:47 AM
Say, a ball with an instance name "a" and a casual shape with an instance name "b" the script is : if( a.hitTest(b)==1){ trace("hit"); } and the ball is draggable. In fact the ball does not touch the casual shape but the output window reads "h...more >>

Weird XML node length problem
Posted by Gino Whitaker at 12/10/2005 3:00:15 AM
Hello, I hope someone can help solve this strange problem. I'm working on a small slideshow with XML calling external images. There are 4 images on stage at once and they should all be random. The random number is generated from the total number of images (nodes) in the xml file. I can g...more >>

Play/Stop
Posted by ysurati01 at 12/10/2005 1:44:55 AM
Hi: I have stusio 8 (Learning) I wrote action scrept as book there is no erroe but song start immidatly and buttons for start and stop doesn't work eventhough I gave instance name play_btn and stop_btn and used us follow //create the new sound object var mySound_sound:Sound = new Sound()...more >>

Text from one field appear in another later in movie? How?
Posted by ZippyGaloo at 12/10/2005 12:00:00 AM
I have a text field on a certain page (we'll call it page 01) where a person enters their name. On another page (later in the movie; we'll call it page 17) I have a text field that needs to receive the name from the text field on page 01. The text field on page 17 also needs to appear on paper...more >>

Help with htmlText
Posted by HenrieMediaInc at 12/10/2005 12:00:00 AM
I have written a script that I can get the htmlText to work correctly. But I cannot get it to add an image. Can someone please help? See my code below. Also, I read somewhere that you can use an external style sheet to control font, size, etc. in Flash, is that ture? If it is, how do I attac...more >>

how did they do that ?
Posted by boomtownUSA at 12/10/2005 12:00:00 AM
im building a large format site similar to tronicstudio.com's through previous experience, ive learned when loading large external swfs, a normal preloader wont work due to the fact that it wont start until the entire swf is loaded. after searching, this is what ive found http://w...more >>

Poker Game please help
Posted by spudless at 12/10/2005 12:00:00 AM
Hi i'm making a poker game and it is the beginning stages. This is what i've got so far, there is a MC in it are 54 frames 2 layers. on the top layer are actions and the bottom one has the drawings of the cards. On frame two of the MC is: num = random(52)+1; gotoAndStop(num); if (num<...more >>

local to global I think?
Posted by DavisOne at 12/10/2005 12:00:00 AM
I'm in the process of making a very simple golfing gaming. I am having trouble in getting the ball to fall in the hole. The hole_mc is within the pgreen_mc. The ball_mc is on the root. I need to get the hole_mc _x and _y so that I can make it equal to the ball_mc _x and _y. I just can't get it...more >>


DevelopmentNow Blog