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

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

how do i do these 2 eye candy features?
Posted by Kay Poe at 5/16/2004 11:33:49 PM
1. i have four lines surrounding my first frame of content. on this first frame only, i would like the lines to "draw" across the stage. would this be a motion tween? if so, I can't figure out what i am doing wrong. 2. the second eye candy i'd like and an't figure out: i have text movi...more >>


Scroll buttons don't work with dynamic txt
Posted by zzdobrusky at 5/16/2004 9:40:04 PM
Hi, still fighting with I guess paths, I am building flash webside, main.swf loads littleHistory.swf in level 100, than litlleHistory.swf loads page1DynTxt.txt into its own dynamic txt field with instance name dynTxt also into 100 level so it is seen in main.swf, the only problem is that my ...more >>

need button help please
Posted by fredmoreno42 at 5/16/2004 9:08:01 PM
ok, this is my first flash ive ever made and im trying to make a button go from scene one to scene 5. i typed in the action script that the help file says but it keep coming up with errors. can someone give me the actionscript for a button to go from scene 1 to 5 please??? ...more >>

Scroll help
Posted by momal_1 at 5/16/2004 9:04:31 PM
Hi, Im tryin to scroll some ground. I have got it scrolling from top to bottom, but would like to scrolli the other way - top to bottom Here is my code: onClipEvent (load) { road.duplicateMovieClip("ground2", 00); ground2._y = road._y+road._height -1; groundStarty = this....more >>

Removing components.
Posted by Quesa at 5/16/2004 7:23:08 PM
Is there a way to remove installed components?...more >>

Want to buy a .fla for dynamic Photo Gallery
Posted by Gamal19 at 5/16/2004 6:18:38 PM
Hello, I've some experince in Actionscript but i need a prepared code that'll take me few steps forward. Therefore, I want to buy a prepared .fla with which i can use for further programming. Do you know where can i find such a code? Thanks in advance, David ...more >>

Need help with this action script code..
Posted by helpdemos at 5/16/2004 5:59:06 PM
Hi I try to pass an IP of a server to my txt file. I use this action script: myData = new LocalConnection(); trace(myData.domain()); myData.onLoad = function(){ if(myData.domain()!="" ){ myData.Title = Title.text myData.sendAndLoad("save.php", myData, "POST") //php } }...more >>

Loading Message...
Posted by Parp! at 5/16/2004 3:29:16 PM
Hello, can anyone point me in the right direction for a tutorial/example on how to create a loading screen for my Flash movie? Many thanks. Jez www.JeremyPardon.com...more >>



Connecting a button to a loaded movie function
Posted by jigen3 at 5/16/2004 2:25:26 PM
hi, i am trying to connect a button press in the base movie to a function located in the loaded movie, but seem to not get the syntax exactly right. so in the base movie button's action area i have written: on(release) { _root.emptyClip.loadedMovie.loadedMovieFunction(); } i wou...more >>

Coloring a subclip
Posted by spons_ at 5/16/2004 2:16:13 PM
Giving a clip another color in actionscript works fine, but I have trouble coloring only part of a movieclip (or a subclip). I'm trying to change the border color of a circle independently of the inside. So I have a clip called circleClip, built with instances of a insideClip and a borderClip....more >>

Movie clips stick together
Posted by chazak NO[at]SPAM sbcglobal.net at 5/16/2004 2:02:34 PM
Hi, Im working on an activity/game where I want 2 draggable movie clips to stick together(in a particular way) when they intersect one another. Does anyone know if there is a way to do this or know of any online tutorials that might help? Thanks....more >>

Flash and VB.NET Compatibility Problems????
Posted by fernandesfran at 5/16/2004 1:29:06 PM
Hi, i've been working on this project integrating Flash and VB.NET. A particular part of the project is a ticker application. I've completed coding for the same and everything works fine when i hard code the values and run the swf file......BUT the moment i embed the thing in VB very weird...more >>

Interactive Timelines
Posted by davidkralik at 5/16/2004 11:47:44 AM
A lot of sites use flash to create an interactive timeline of the comapny or organization's events. does anyone has a sample FLA file that I can look at on how they created one? i find lots of timelines, but just no FLA files...please help ...more >>

Cinematic effects, moves and creeps
Posted by rnadiv at 5/16/2004 10:56:25 AM
hi, I've a quick and dirty understanding of how to add motion and ease and fade to an mc. It's deceptively simple, but I'm misunderstanding something fundamental about actionscripted movement, I think, and I'm grateful for your help. Here are two simple examples (each script is attached ...more >>

Error with cache [Flash-XML-PHP-MySQL]
Posted by angel-neo at 5/16/2004 7:46:07 AM
Hi! I am developing an application in Flash which loads an XML file, dynamically created with PHP, loading data from a MySQL database. The problem is that there are being loaded data from cache. And if there is no data in the cache, Flash says "Error opening URL" I put these lines ...more >>

PrayStation Like Navi.
Posted by chen_ping at 5/16/2004 6:56:02 AM
Hi all, I visited the site http://www.joshuadavis.com/pound.html by designer Joshua Davis AKA Praystation. I'm very interseted to know how to create the horizontal image navigation system on the right side of the page. Please refer to the navi with the numbers on it. For those who do ...more >>

Pattern matching in flash?
Posted by sneakyimp at 5/16/2004 4:18:55 AM
ok...i found this super useful code in PERL...it copies the functionality of the PHP function UNSERIALIZE(). this function is incredibly useful for taking complex data structures like arrays and objects and turning them into a simple string for either storage or transmission. problem is, the...more >>

substituting a one variable name for another
Posted by dirtcheap at 5/16/2004 12:10:56 AM
perhaps this is obvious and i am missing it,... but: I have been sending a form with html to PayPal that triggers a cgi shopping cart on the Pay Pal site. I want to use Flash instead of html. PayPal uses the variable -- add -- to describe the items added to the shopping cart. "ad...more >>


DevelopmentNow Blog