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 > july 2005 > threads for saturday july 30

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

scripted MC misplaced or not showing up
Posted by dontwriteme at 7/30/2005 8:33:18 PM
Hey, Trying to get a picture gallery to show up right should be duplicating ... header_mc pic_mc pic_mc pic_mc pic_mc ... for each set of images Comes in the form of an array structure (aHeader, aTracks) //tracks are split to get names of each image file Wen published the ...more >>


Flash MX to MX 2004
Posted by weblark at 7/30/2005 7:45:31 PM
Hi Since my previous post I have been checking things out. Am I correct in thinking that if I start in Flash MX and convert to MX2004 via a "Save as MX 2004", Flash still thinks my document is an "old version of action script?". I am trying to use MX 2004 actionscript and get errors in...more >>

User multiple selecting movie clips
Posted by andreizamfir at 7/30/2005 7:29:41 PM
Hi how can I let the user make a multiple selection of movie clips? I have to make this program that draws lines and I want the user to be able to select what he has drawn (more than one movie clip) and to edit them i haven't find any information on this in help or any other source. Ca...more >>

How can I get my button to load in a dynamic text box on the main stage?
Posted by Chartee3 at 7/30/2005 6:05:13 PM
Here what I want to do: I just upgraded to Flash MX 2004 and running on Window XP operation system and I'm creating a media press kit CD. I have pretty much of it running right but now I'm stuck on how to make my buttons work right. I would like for the hit area of the buttons to bring up t...more >>

"call" function
Posted by simey70 at 7/30/2005 11:07:20 AM
I am a total beginner, and i need to know how to implement the "call" function. The detailed code would be very very very helpful indeed !...more >>

Help !! i think this is easy !!
Posted by simey70 at 7/30/2005 10:44:24 AM
Hello i need a button to play one part on the time line before jumping to another part on the time line. I think i need to use the call function, but dont know how to implement it. I have already tried adding a behaviour so the play head jumps to the other part of the time line, but this i...more >>

Action Script Error on Movie Clip
Posted by ipropamag at 7/30/2005 7:29:21 AM
Hi, I attached the enclosed action script to a movie clip instance and ended up the error mesage also enclosd. I followed instructions I recieved at Flashfoward, so I'm a bit of a novice. So the simplier the response the sane I will remain :-) The action script is attached Here are...more >>

levels
Posted by xyzmitu at 7/30/2005 6:52:58 AM
Is the usage of _root (along with defining the path to a specific mc) and levels same? If no, what is the difference. In short I don't know on what basis are numbers defined for levels. If any body could take out little time and explain. eg: setProperty ("_level0" setProperty ("_ro...more >>



Download Acceleator override streaming
Posted by m.stenbaek at 7/30/2005 12:59:21 AM
Hi ! I have installed DAP (Download Acceleator from http://www.speedbit.com/). And this program will (if it's set to "browser entregration") start a download of a mp3 file instead of letting flash start a streaming. anyone know how to avoid this ? I don't want people to download my m...more >>

flash 7 detection in AS
Posted by Evan Cowan at 7/30/2005 12:00:00 AM
Hi I know my users have flash version 6 or higher installed, I want to know if they have version WIN 7,0,14,0 or higher. is there a simple way to do this in action script? I dont want a js solution. thanks ...more >>

help with cannon
Posted by yker30 at 7/30/2005 12:00:00 AM
Hello, I need to make a cannon shoot ramdomly balls. How can I do this, I cant find the right way. Somebody can help? Somebody want to be a game programming partner? (when the game is released I will share credits and royalties) Thanks ...more >>

Hand doesn't show up when mousing over links
Posted by phillyj at 7/30/2005 12:00:00 AM
I'm hoping this is a simple fix - here's the problem: I'm loading dynamic text files into my movies. I have the textfields set to render as html, and within the txt files themselves, I'm using <a href> tags to define links. The links work fine. The problem is, the mouse arrow doesn't c...more >>

Help with game about reforestation
Posted by Leao16 at 7/30/2005 12:00:00 AM
I have basic understanding of Flash but am rubbish with Actionscript. I would like to make a game about reforestation. The games starts with a field with 16 empty holes. The user puts the cursor over the hole to plant a seed and a box pops up with a question, if the player gets the answer corr...more >>

Root question
Posted by sneskid at 7/30/2005 12:00:00 AM
if I load in a flash movie that uses root in its code, will the top most movie be the root, or will the loaded movie refer to itself as the root. I made a large movie and it has alot of code in it that uses root all the time. Now im thinking of making a loader movie so people with a slower ...more >>

Originating IP
Posted by cirrisi at 7/30/2005 12:00:00 AM
Here's the situation. We currently have an XML Socket Connection that connects to the server with a static IP. ie; mySocket.connect("12.34.57.78", 1025); Here's the problem, this Flash file needs to be mobile from server to server, but will alway need to refer back to the server it is on. T...more >>

Eliminating wanted characters
Posted by Bluefd at 7/30/2005 12:00:00 AM
Here's the full code to eliminate special characters from TextInput components (like user fields, password fiels, etc) Just drag a TextInput Component on your main scene. Select it, open the ActionScript window, and add this text: on(change){ var txt:String=this.text; var ch:String...more >>

How can you have a movie not reload when the page is refreshed
Posted by fmfguitar at 7/30/2005 12:00:00 AM
Is it possible to have a movie load once, and then it's done? I have a navigation bar (HTML) with a flash based header animation. I want to know if it is possible, to click one of the buttons, but when the page loads over again...the animation doesn't. thanks in advance. bobby ...more >>

Scrolling
Posted by Sudipto at 7/30/2005 12:00:00 AM
Hello, I am dynamically loading jpg in a movie clip via XML.Now ,I want to scroll this mc and the code to scroll is to be on a button .How to do this.Confused somewhere. ...more >>


DevelopmentNow Blog