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 > november 2004 > threads for sunday november 7

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 on passing variable from Director to Flashcom sharedobject
Posted by maryneedhelp at 11/7/2004 11:58:23 PM
Hello everyone: I have a list in Director. The value and number of the elements in the list will changes due to the users input. Is there a way to pass this list from Director to the sharedobject in Flashcom? I can pass one value with 'sharedobject.data.a = 5' to the shared object in Flashc...more >>


PNG-24 Plus getURL
Posted by jhallard at 11/7/2004 11:38:38 PM
Hi, again, Everyone! Number 1: Well, I don't know what the problem is, but each and everytime I try to import a .png-24 image into the library, to replace the existing one. the image looks like crap. The png-24 image is suppose to have a tranparent background, but it never ends up that way...more >>

How do I clear a movieclip?
Posted by Anthony Brown at 11/7/2004 10:31:25 PM
I have a movie that loads on level 1. It uses the drawing api for making lines. I want to give my client the ability to "clear" the screen of lines, in case he decides that he wants to start over. I used this on a "clear screen" button on (release) { _root.route1.clear(); } Which does ...more >>

Choppy GamePlay (Interval Issues?)
Posted by pharaohman98 at 11/7/2004 9:36:57 PM
Hello again, everyone. I've been learning Flash for a little over a year now, but I'm still a novice when it comes to knowing it's limitations, particularly in processing power. I'm attempting a 2d fighting gamethat has very little motion occuring at any one time, so I wanted to test Flash's...more >>

Help me with Random Actionscript...
Posted by Ryaninthewind at 11/7/2004 8:14:22 PM
I want a button, when clicked, to go to a random frame in the scene that it's in... Its for a random quiz thing.... When I use this code... on(release){ _root.gotoAndPlay(Math.ceil(3+Math.random()*(43-3))); } is goes to frames 3-43 of the whole thing... and not just that scene... Help...more >>

Link a button inside of a transition to a frame ina different scene
Posted by Maineskier at 11/7/2004 7:34:51 PM
Hi, My name is Raphael and I am new to the flash community. I read a book on flash and found that it did not cover one major topic: linking buttions inside of a movie clip to frames in another scene. I tried: on (release){ gotoAndStop("scene", frame) } but this did not...more >>

onrollover
Posted by homegrownideas at 11/7/2004 7:11:54 PM
okay i have read the past forum answers to this and i need to know what goes in the 'object' sections and than paremeters...more >>

Verify JPEG when building array
Posted by hillcreative at 11/7/2004 6:42:41 PM
I'm building an array of JPEG files from an XML file. I need a way to verify that the file exists on the server as it build the array. If it's not there I want to substitute another file name in it's place: default.jpg. Using loadVars I came up with this code.... which won't work: //Loop par...more >>



How are those new flash ads done?
Posted by d3mcfadden at 11/7/2004 5:15:17 PM
how are those new annonying flash adds that seem to 'jump out' of thier specified area on the HTML page created. Im sure it deals with dynamic masking, but I can't seem to figure out how this works. Please help me understand. ...more >>

controlling external sound ?
Posted by mlekse at 11/7/2004 4:32:12 PM
I'm trying to use buttons to control an external mp3 file that I have loaded. I have the mp3 in the same directory and have successfully loaded it as a stream. now I want to use that sound obect as an event and add player controls. This is what I have... mySound = new Sound(); mySound...more >>

goto Not Worling
Posted by gilbenur at 11/7/2004 4:22:15 PM
am Having difficulty solving this problem Using <goto and stop> action works fine on my fla project But when i export it or try it on test mode - this action is not respondeing. I dont know what can cause the difference - it is not making sense. Please I need assitance with this. TNX ...more >>

load array from a txt file
Posted by dr_ross at 11/7/2004 2:46:33 PM
hi all, does anyone know the date format i have to write in an a array in in a txtn file before loading it with loadVariables? i've tried haveing this in the txt file array1={(mode:"stnd",lev:"med")} but it's giving me grief and i'm unsure as to how to add multipulentries in the tex...more >>

Tell Target???????????????
Posted by HenryPr at 11/7/2004 2:30:24 PM
Can anyone tell me why the telltarget action is deprecated? Why shouldn't I use it? What can I use as an alternative?...more >>

help with loadMovie function
Posted by flash_help at 11/7/2004 2:11:05 PM
teh problem is next. after i click button i want movie clip to be loaded, depending on variable i, but the code blow doesnt work. any help welacome. thanks! var i=3; loadMovie("moviename"+i+".swf", 1); ...more >>

Custom price rounding function
Posted by Chris Duncan at 11/7/2004 1:00:44 PM
Hi, I've got me a function which rounds numbers to a given number of decimal places. Prices for example. _global.round2D = function(num, precision, splitCharacter) { if((precision = Math.abs(precision)) == 0) return Math.round(num); if(splitCharacter == null) splitCharacter = "."; ...more >>

Help with GET URL
Posted by JBLondon at 11/7/2004 11:49:14 AM
Can anyone tell me why I can't direct a URL to open in a specified frame (main) using the following script? on (release) { getURL("residence.html", "_main"); } ...more >>

shared assets question
Posted by jigen3 at 11/7/2004 10:03:24 AM
hi, i was wondering whether it is possible to use movie clips in a shared library by calling it them dynamically through actionscript, this would mean not placing an instance of it on the stage or using a placeholder. it doesn't seem to be working for me and the tutorials i looked at don't ...more >>

Scripting for sound
Posted by a little ant at 11/7/2004 10:02:18 AM
Hi, Any idea what the script is for: If sound is already playing - don't play. (i don't mean set the button to start or stream etc) I'm talking about 4 different menu buttons that play the same sound (a 12 second piece of audio). No biggie - just thought i'd try to keep things rolling while i...more >>

gotoAndStop() problems with 2 movies loaded
Posted by sikander_iiit at 11/7/2004 7:54:29 AM
hello ppl, i am facing a strange problem. first of all the simple function gotoAndPlay() doesnt work anymore. i have to use _root.gotoAnd Play(); now the major problem --> i have movie linkStage. in that movie i have a movie clip mc1. on mouse rollover event for mc1 i have _root.gotoAndStop...more >>

System.capabilities.os send
Posted by 2.0 freak at 11/7/2004 4:38:35 AM
Is there a way to send the result of System.capabilities.os through e-mail or to a file on a server?...more >>


DevelopmentNow Blog