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 > january 2005 > threads for sunday january 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

Script Fails To Work After Upload
Posted by bdflip at 1/30/2005 11:56:11 PM
the script for my submit button does not work at all after i upload but works fine when i test locally.. Any ideas on what could be causing this?? on (release) { my_lv = new LoadVars(); my_lv.comments = Comments; my_lv.Phone = Phone; my_lv.Country = Country; my_lv.Zip = Zip;...more >>


Can i set my array grid to trigger certain events? (less complicated than it sounds!!)
Posted by Rob_jones732000 at 1/30/2005 11:15:19 PM
Here's the current actionscript i have: // first set up spacing and collisions spacing = 20; movingTo = new Array(); collisions = [ [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [1,1,1,0,0...more >>

mandelbrot
Posted by smatsri at 1/30/2005 11:00:30 PM
i tried to do the the mandelbrot picture. but it get to slow to soon. i made a movie clip this a black square to be the 'pixel'.and for a 200x200 rez i need to go throu all the points and for each point i need to do a loop of 10 to decide if i will attach a the 'pixel' or not,and thats before ...more >>

Can't get ActionSctipt to work with callback data
Posted by zerosin at 1/30/2005 9:37:21 PM
Everything works with this script even sending mail except it does not seem to be responding with the data sent back from the PHP script. If I use an HTML based form to send the data, I get the correct responses echoed when the PHP script is run. For some reason the listener I created for the ...more >>

script help
Posted by mfoster31 at 1/30/2005 8:33:22 PM
can someone help me gradually increase speed...more >>

speed
Posted by mfoster31 at 1/30/2005 8:29:00 PM
how do u make something rotate faster and faster...more >>

asp.net | actionscript
Posted by visualstylee at 1/30/2005 8:23:39 PM
any sugesstions on why this doesn't work properly? //heres the actionscript //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: myLoad = new LoadVars(); myLoad.load("/beta/menu.aspx"); percen...more >>

Button Actionscript Help
Posted by kejman at 1/30/2005 8:06:27 PM
Hey, I am currently building a website for a school project using Macromedia MX 2004 Professional (my dad got it from work). I've figure everything out so far, and it works well, but I have one problem. I want the button to link to a frame at the end of the scene (which is a scrollpane f...more >>



Sliding Volume Control
Posted by Happy Camper at 1/30/2005 7:50:17 PM
I think that the difficulty I am having is that I am measuring the slider not on 'slider_mc', which is the actual movie clip that is dragged, but measuring it by the _y value of 'groove_mc'. It doesn't work any other way that I can figure out. Now I currently have this language on the first ...more >>

Moving Around
Posted by sai1 at 1/30/2005 7:33:54 PM
Hi all, I wish to do a game using Flash. My concept is similar to that of Final Fantasy Tactics. The character will move around in grid squares, 45 degrees up down left right, something like 3d environment. Can anyone give me a headstart? or how to code the movement? Thanks. ...more >>

Embedding jpgs in external text using dynamic textboxes
Posted by fanmap81 at 1/30/2005 5:00:57 PM
Im trying to embed some jpgs in an external .txt file, and ive set the dynamic text box to render html, but flash crashes whenever I test the movie. Is there something im doing wrong? Is there some way to fix this problem so that i can see my images in my text? ...more >>

Comparing MovieClip references
Posted by Shimfish at 1/30/2005 2:29:59 PM
Is there anyway to compare the actual references to a MovieClip as opposed to just their target paths? For example, if I store a reference to a movieclip (e.g. oldmc), delete that movie and the create a new one (e.g. newmc) with the same targetpath then (oldmc==newmc) will be true, even t...more >>

Hide close button of Window component
Posted by luciewong at 1/30/2005 8:40:37 AM
Hi, Please help, I need to hide the close button of the window component. How can I make him invisible??...more >>

DataGrid and Graphics
Posted by Mark Pusateri at 1/30/2005 8:16:38 AM
Is it possible to add graphics/icons to a column of cells in the DataGrid. I'd like to be able to add a small icon under a "status" column. If it is something that can be done.... How? Thanks ...more >>

HSB to RGB color conversion
Posted by abeall at 1/30/2005 5:55:50 AM
I'm trying to make a little color picker. Since I want to have a visual selection square, and I have no idea how to translate a point into an RGB value, I've opted for using HSB(since its easy to translate x,y to HSB values) But the problem is, the Color object only takes RRGGBB, so how do I ...more >>

component width and height
Posted by Vevmesteren at 1/30/2005 4:36:57 AM
Hello, quick little question regaring dynamic resizing of components. The situation arises as I'd like to extend/grow a tree component on my stage, but without affecting the content within the component. so only the bounding box I persume I should call it, In any case, using _width and _heig...more >>

Optimization in AS2.0
Posted by yaniplay at 1/30/2005 3:48:19 AM
Hi does anyone know about optimization method in the way you code in AS2.0 ? if you have tips or tricks that'll make ur script run faster or resources on this, would you like to share it with me or us (hey it's a forum) thanks guys ...more >>

Question - New to flash
Posted by Bill Doyle at 1/30/2005 3:14:33 AM
Hi, I used Flash before (v.4) but haven't used it since then. I would like to know if the following is possible. Can I retrieve information from a database and use that to present a flash movie in the following manor? User puts in their name, a color prefernce, and music they would lik...more >>

loading swfs with an array
Posted by ncavila at 1/30/2005 3:14:01 AM
i want to use one button to load a serious of swfs in to a mc on the main time line (image1.swf,image2.swf,image3.swf...ect) one after the other each time the button is pressed and then loop back to the first swf. i tried using a simple array that would loop back to the first swf, but i can't ...more >>

gathering variables
Posted by bdflip at 1/30/2005 3:13:55 AM
i have the following input text fields name, address, City, Zip, Phone, and Comments for each input text field i put one of these titles in the variable box im using this script to submit on (release) { my_lv = new LoadVars(); my_lv.Redirect_URL = "http://www.CANOUANISLAND.COM...more >>

Swf to FLA part 2
Posted by Dier02 at 1/30/2005 3:12:49 AM
I have a SWF movie (fscommand('fullscreen','true'); in which I placed a blank movie clip I called screen (640x419). I import swfs into this frames of timeline screen via a button. However, I authored the swfs in Camtasia Studion and didn't tick the allow resize button in camtasia. As a consequ...more >>

Macromedia please note
Posted by Dier02 at 1/30/2005 1:48:27 AM
Why can't we reauthor swfs optputted by another program? Or from Flash where we have misplaced the fla files? I have files I have authored in Camtasia Studio and outputted as SWF's but now need to change some of the code that camtasia placed in them - but I can't open them to do this. Coul...more >>

Contact Form
Posted by bdflip at 1/30/2005 1:42:47 AM
im having trouble with the script for my submit button my host has a form handler and i just need to send the variables to this server..here is the javascript i used for the form on an html page that worked correctly <FORM name=ContactUs action=http://regver3.we...more >>

Event Sound Delays?
Posted by okaysamurai at 1/30/2005 1:38:01 AM
I'm making a Nintendo music game for a class: http://okaysamurai.com/miyamoto/miyamoto.html. One bug I've heard feedback about is that for many users, especially on Windows, there is a delay when you click on an object to make a sound. Right now I have all of my event sounds triggered by pla...more >>

Change colour using setRgb action question
Posted by Luka at 1/30/2005 1:26:50 AM
I just discovered the wonderfull setRgb action :) I was wondering is there any way to make a movie clip slowly change its colour using this action, instead to just "pop" with new colour, just like when you move an object using AS (this._x++) instead of "teleporting" it in the specified coordinat...more >>


DevelopmentNow Blog