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 > may 2004 > threads for saturday may 22

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

stop a movie clip from looping
Posted by sarahsikes at 5/22/2004 9:28:53 PM
I created a movie clip that simulates handwriting that I placed into the first frame of my main timeline. I put a stop action on the last frame of the movie clip so it won't continuously loop, but now it won't play in my main timeline. When I test the movie, it gets skipped over unless I rew...more >>


stop button sound
Posted by Jazzie5 at 5/22/2004 9:28:02 PM
Hi all, I have been at this for ages and I am a beginner so I could really do with some advice! I have put a sound on a button and I want to know how to tell it to only play once! I am making a kids program so am aware that kids may soon work out that pressing the button again will begin t...more >>

DuplicateMovieClip Cleverness
Posted by Lisa Anderson at 5/22/2004 9:13:53 PM
Does anyone know how to cleverly control a DuplicateMovieClip's "stacking-order effect" that would effectively "smooth" the Den Ivanov landscape FLA so that it appears more like the SWF example found at: http://www.actionscript.org/showMovie.php?id=99 Whenever I export out (from this downlo...more >>

help with Image Gallery?
Posted by roml at 5/22/2004 8:22:48 PM
Hello All, I after scouring Flashkit.com for an image gallery, I fell in love with the one at the url below:http://www.drewdidit.com/img_gallery/gallery.fla And if not, can anyone point me to an image gallery as good as this one? Just looking for a cool gallery to put my Operation Desert...more >>

Colons in actionscript??
Posted by B at 5/22/2004 7:00:10 PM
I found some script on the internet that uses the attachMovie method to create a tiled background effect and I don't understand one of the lines that uses colons. If someone could explain to me what that's all about then I would really appreciate it. Here's the code: numCols = Stage.widt...more >>

Multiple Mp3 player
Posted by gbhumphrey at 5/22/2004 6:15:43 PM
Does anyone know a good tutorial for a Multiple MP3 player? I can make a player that plays one Mp3, but cant seem to figure out how to alter the code to allow for multiple sound objects. Thanks...more >>

XMLSocket question
Posted by crazygamer at 5/22/2004 5:13:30 PM
I'm creating a new socket, connecting to it and recieving a message from it (all with success), but when i try socket.send, nothing happens. The socket server is set up to send back whatever I send it, and since I've already recieved stuff from it, i know the problem is with the sending. Does ...more >>

getURL get me mad !
Posted by papyfab at 5/22/2004 3:53:44 PM
Hi I made a .swf (located in index.htm) which only contains two buttons. The first is designed to download a .mp3 file through a .php file (test.php). The second is designed to open au pop-up with a javascript function (test) set in index.htm. first step :I hit the pop-up button first ...more >>



Migrating automatically from Flash at the end of
Posted by Faytoe at 5/22/2004 3:52:33 PM
Hello, I'm trying to find out how I can Click on a flash movie, have it run the animation and then go to a URL address. I know how to do a button to get the animation going, it's just the next part that I'm having trouble with. Thanks for any help! Sean ...more >>

Urgent, button behavior
Posted by Pluda at 5/22/2004 3:30:19 PM
Hello there, Maybie this is very simple, but I can't find the solution for the problem. I have one Mc whith a button inside, and I need that on rollover, this button enable another one who is in root. I'm trying whith this.onRollover = function(){ _root.btn2.setFocus = true; } ...more >>

dynamic display of jpeg's with loader component
Posted by Egg_novice at 5/22/2004 2:51:21 PM
I have the following code (in my Flash SCREEN application): ....the code works almost fine,....problem is I only get to see the LAST picture I created ....pic1 and pic2 are not shown on screen //dynamically create components my_array = ["pic1","pic2","pic3"] ff = new Array(3);...more >>

Creating a Countdown Timer for Video
Posted by Rob Feature at 5/22/2004 1:26:38 PM
Hey Everyone... I don't know flash hardly at all...I am a video producer, and I'm looking to create a digital countdown timer that counts down from 2 minutes to 0, and includes hundreths of a second, in which i can also customize things like font, color, etc (this will be used on screens at ...more >>

How to "KILL" a SharedObject
Posted by Bobby at 5/22/2004 1:08:37 PM
Ok I have now created a SO and I'm using it (Yippy!) now I need to know how to KILL IT. my app will be running on pub. comp's. and I don't want the last guy's info showing up. What I was wondering is you could make the SO expire like cookies with a date or time Thanks Bobby ...more >>

question concerning loadVariables
Posted by petoetie at 5/22/2004 1:01:35 PM
hello, in frame 1 I have 2 buttons ... if the first is pressed i gotoAndStop frame 2 where i make a loadVariables-statement to load variables from url1 ... if the second button is pressed i go toAndStop frame 3 where i make a loadVariables-statement to load variables from url2 ... in b...more >>

Same instance name
Posted by Manoj vn at 5/22/2004 12:18:19 PM
Can i use same instance name in all the frames and then give separate action for all of them? ...more >>

Loaded movie clips think their _width is 0
Posted by MakTheYak at 5/22/2004 12:02:29 PM
OK this is an intermittent problem, but when I dynamically load a MC into Flash it sometimes thinks that the _width and _height are 0. this means when I try to position it relative to the _height and _width it stays at 0,0. Does anyone else have this problem? It seems to mostly happen when the...more >>

dynamically set instance name
Posted by svenja at 5/22/2004 10:51:05 AM
I would like to set the y-values of several movieclips in the main timeline depending on the variable '_root.whereami'. A part of the name of the clips to move are stored in '_root.whereami' (s1,s2,s3...) this code worked so far: root.inst_s1_mc._y = _root.inst_s1_mc._y+1; to make...more >>

_x ++
Posted by TJMonster51 at 5/22/2004 8:48:45 AM
ok my this has been giving me a headache for a week. can someone point me in the right direction to writing a script to have a MC slide from right to left in a loop?...more >>

preLoadNow and soudIsLoaded??
Posted by gbhumphrey at 5/22/2004 7:58:00 AM
I came across these terms ( preloadNow=0; soundIsLoaded=0; )while doing a tutorial for streaming an mp3 file, but I cant find any information on them. I'd like to know thier parameters, etc. They dont seem to be variable because when I change them to say preLoad or soudXIsLoaded, the scr...more >>

on(press) mc-event-handling
Posted by xyz123 at 5/22/2004 7:46:03 AM
Hello, Two situations that "should" show same behaviour.(I think)....but they don't. The "basic code" used in both dituations is simply: on (press) { startDrag(this); trace("drag=main"); } on (release) { stopDrag(); } Situation1: I have a square graphic converted to a mo...more >>

Flash button not opening URL in right frame
Posted by Ben2 at 5/22/2004 6:53:20 AM
On my webpage I have my flash buttons in the left side frame, I want them to open a page inside the main frame to the right. So in the button I have: on (release) { getURL("http://firth.homeip.net/ben", _target="Frame-1.html"); } But it opens the URL in a new window. If anyone knows w...more >>

How do i change the FPS
Posted by Craigus86 at 5/22/2004 6:45:14 AM
Hi I want to be able to change the frame rate when i press the up button on the keyboard is this possible? And is the a command to zoom in and out? Thanks...more >>

Help
Posted by kashou88 at 5/22/2004 6:41:58 AM
What is the script code for linking a button to open in its own window? Thank you...more >>

Help
Posted by kashou88 at 5/22/2004 6:41:56 AM
What is the script code for linking a button to open in its own window? Thank you...more >>

help plz - scroll bar mx 2004
Posted by braziliandan at 5/22/2004 6:21:52 AM
I tried using the scrollbar from components and I couldnt find one. Is there any way to add a scroll bar to text using actionscript? Any help is appreciated Dan ...more >>

So simple, but my brain is mush...
Posted by waveturtle at 5/22/2004 2:54:06 AM
I'd like a small movie clip symbol to move along another movie clip symbol to show the time a loaded mp3 has played. The moving symbol is: slider_mc The groove it moves along is: progBar_mc, which doubles as a progress bar while the song loads. How do I get slider_mc to start at one en...more >>

Reseting a Score Box
Posted by Kenzar2k at 5/22/2004 2:49:50 AM
Hey... I need some help I already have a script that adds 1 point to a score box everytime I button is clicked. What I need to do is script another button. Basically this button once clicked would reset the score box to 0 again. The script I have for the +1 button is this. on (press) { ...more >>

hmmmm whats wrong?
Posted by TJMonster51 at 5/22/2004 2:44:08 AM
i want the mc explode to be in the same place as the mc myButton heres the code i've been working on. the code works as far as loading the clips and playing. just the explode mc is in the wrong place. i could just put in the same _x but when im done the mc myButton will be moving. so i need...more >>

Movie clips snap together
Posted by confusedAgain at 5/22/2004 2:10:05 AM
Hi, Im working on an activity/game with about about 5 draggable movie clips. I want the movie clips to snap together when they are brought into proximity with another specific movie clip. Does anyone know if there is a way to do this or know of any online tutorials that might help? Thanks....more >>

Movie clips snap together
Posted by confusedAgain at 5/22/2004 2:10:05 AM
Hi, Im working on an activity/game with about about 5 draggable movie clips. I want the movie clips to snap together when they are brought into proximity with another specific movie clip. Does anyone know if there is a way to do this or know of any online tutorials that might help? Thanks....more >>


DevelopmentNow Blog