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 > october 2005 > threads for saturday october 8

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

calling function inside movieClip
Posted by Stasa at 10/8/2005 11:53:56 PM
I have a function 'display()' inside a movie clip named 'movie' that is on root level. Now I need to call that function from root timeline, but when i call function with sintax 'movie.display()' nothing happens, but when I call it from within a 'movie' it works. I can use tellTarget...more >>


create instance of moviclip
Posted by dnk NO[at]SPAM canada.com at 10/8/2005 11:48:24 PM
hi there - I was wondering if it was possible to create an instance of moviclip (from the library) using actionscript. Thanks!...more >>

How to time length of key press?
Posted by hitparader61 at 10/8/2005 10:09:00 PM
Hello, I need to write a function that measures the length of time that a key is pressed. I assumed I could just measure the difference between when a onKeyDown and onKeyUp event occurs with a function like this: var myListener= new Object(); myListener.onKeyDown = function () { keyD...more >>

movie.onRelease = function(){} x 2
Posted by Stasa at 10/8/2005 9:54:42 PM
Hi everyone! Can enyone tell me if it is a possible to use two times same 'onRelease' functions... something like this: movie.onRelease = function(){ trace("1");} movie.onRelease = function(){ trace("2");} in this case it traces only number '2'. It is a di...more >>

Scrolling dynamic text
Posted by aesthetix at 10/8/2005 8:59:58 PM
Hi guys, i've been trying to scroll a dynamic text box with text extracted from a *.txt file, i've made some bitmaps and converted them to symbol movie clips, how can i use these movie clips to control the scrolling of the dynamic text box? anyone? thanks :) ...more >>

Loading Movies Problem
Posted by Chris Goodiel at 10/8/2005 8:35:46 PM
I have run into quite a snag in a project that I am working on. It is a portfolio site for an art friend of mine. Here is the problem: http://www.art-a-tac.com/index2.html If you navigate to the Marble & Stone section I had run into a problem which occured when this scene laoded. It ...more >>

Flash doing math
Posted by AriahFine at 10/8/2005 8:17:49 AM
So my friend is trying to create a Lightning round Family Feud style game for the high school he works for. What we need is basically this: five text boxes for him to enter text. Then he freely enters a number next to each text box, which are summed together as you go in the box at the botto...more >>

dynamic text field
Posted by np sen at 10/8/2005 7:50:58 AM
hi, how to use setProperty method for dynamic text field. ? when i write this statement as follows, setProperty("this."+obj[1] , text, "hello"); i get error. ...more >>



Making a character jump in AS
Posted by Markzeman at 10/8/2005 12:00:00 AM
Hello guys ! I am currently making a game and have an animation working... etc. I can make the guy move left and right, no problems. Now, how can I make him jump ? I tried an animation and it can be cut, which I don't want. Does anyone have an idea ? What animation should I draw for it ?...more >>

methode returns no data
Posted by mukraker at 10/8/2005 12:00:00 AM
I have a problem sending my XML Data back using a method called "getXML()". The processXML() traces the right data where is the fault? Thankx for your help! here is the code //file: klasse.as //http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/htm l/...more >>

A SIMPLE THING!
Posted by Fredsk at 10/8/2005 12:00:00 AM
hi! i'm having trouble with this: i'm trying to make just one buton change the Apha of 3 anothers buttons, can anyone help me?! please... it's very, very much important to me.... thanks...more >>

Problem with referencing objects in attached movies
Posted by bwm_razel at 10/8/2005 12:00:00 AM
Alright, I have this problem. I have this menu on the stage, and I attach an object into the menu, so I can drag the menu and have the object come with it, but works fine. However, I want to make something happen when I click on the object I attached, yet it doesn't work...I'm using the proper...more >>

movieclip
Posted by np sen at 10/8/2005 12:00:00 AM
hi all, i want to find if a movieclip is found inside a movieclip or not ? how to do this ? :( thanks......more >>

multi-mode CD ?
Posted by pointblanc at 10/8/2005 12:00:00 AM
I'm designing a flash interface from which i want to play some audio. The interface will run (as a flash projector probably) from the data side of a split-mode CD. The other side / partition of the CD will contain CD audio (to play on a standard CD player). What i need to know is whether t...more >>

selection index
Posted by countrydancer at 10/8/2005 12:00:00 AM
I have a class project. I must create a paragraph of text and create a search button. I got how to do that from the book. My problem is this part of the assignment: When the user highlights a word in the text paragraph with the mouse pointer, the index position of the first letter of th...more >>

Movie clip
Posted by a1212121 at 10/8/2005 12:00:00 AM
hi, i want to find what are the clips present inside a movieclip . how to do this ? cheers...more >>

FLV won't play in Media Playback component
Posted by snurg at 10/8/2005 12:00:00 AM
I'm having trouble getting the Media Playback component to stream an FLV file It loads the Media Component in the SWF, but does not load any FLV or anything when I click the btn assigned to stream I'm pretty sure it's because I don't understand how to navigate to the the path to call u...more >>

addition
Posted by jcavardfromneta at 10/8/2005 12:00:00 AM
ok, I load a var from php, which is a number, than I have to go through a loop with that number, but it always considers it as a string.... var nb:Number; loader = new LoadVars(); loader.load(url + "gb.php?action=total"); loader.onLoad = function(success:Boolean){ var nb:...more >>

Send form to HTML page
Posted by jbloggs2002 at 10/8/2005 12:00:00 AM
I've looked at several tutorials, but they all show you how to submit variables to another page in the background, but remain in the Flash animation - I want to actually go to the new html page with the variables POSTed. Sounds simple, how do I do it? ...more >>

www.spreadshirt.com
Posted by g_viju at 10/8/2005 12:00:00 AM
Hai people check out this site www.spreadshirt.com it a custom tshirt company done in flash and looks good i am working on a project which is similar to this site how can i do this, is there any tool for this can u guys help out please ...more >>

effect blur
Posted by joaomello.net at 10/8/2005 12:00:00 AM
how can I do a effect blur? Thank you...more >>

Flash + php
Posted by Alinu2006 at 10/8/2005 12:00:00 AM
Hy! I have some mp3s under a non public folder... How can I play these mp3s using a flash script ? I have made an mp3 player but I need to pass parameter the path of file witch must be played. I can acces the files only by server side (php). Any ideas ? Thanks! ...more >>

Accessing XML Attributes
Posted by EricS1 at 10/8/2005 12:00:00 AM
I'm using the Tree component, loading an external XML File and I can't figure out how to access indivdual attributes from the node items that I select. Say I want to be able to access the name of the source attribute of a song when I click on it in the tree component. Is there a way to do t...more >>

AS HELP!!!
Posted by Michael at 10/8/2005 12:00:00 AM
Hallo, I am new to Actionscript & while im just grasping the basics, finding it all well interesting i have a project to complete & don't know how to go about doing it, so i've come in search for some help. I have 4 MCs called "bean1" etc i want them to move to _x 818 randomly i have th...more >>


DevelopmentNow Blog