Groups | Blog | Home


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 9

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

goto and play doesn't work with flash player 5?
Posted by Dirk at 7/9/2005 9:12:33 PM
I have two scenes- intro and end. On the last frame of end, I want it to go to scene "intro" frame 7 and play. So the actionscript on the script layer says: gotoAndPlay("intro",7); But when I export it says that this won't work with Flash player 5. Any suggestions? Thanks! ...more >>


refering to an object on a different frame
Posted by Battletards at 7/9/2005 9:10:08 PM
Hello everyone. :) I think I figured out what my problem is. I just need to know how to solve it. Simply put, I want the following to happen: when the MC "player" goes farther left that 0, I want flash to go to frame 2. Then I want the MC "player" THAT IS ON FRAME 2 to move to the xcord ...more >>

relative coordinates
Posted by andreizamfir at 7/9/2005 7:46:44 PM
hi! I have buiId a drawing program in AScript using a switch case structure for drawing different figures.My problem is: at a certain case I want to draw a moving line-I made the line as Movie Clip called "sageata" and then I attached it in A Scipt with Attach Movie.The line moves with the ai...more >>

Looking for help getting text into a textArea Component
Posted by Mark.P. at 7/9/2005 12:46:45 PM
Below is a piece of my code that attaches a movieClip that holds the textArea Component and also passes the text into that Component. But the text won't go in, I'm guessing because the component isn't initialized that fast or something. Does anyone know what the problem really is and how I c...more >>

Constrain drawing within a movie clip
Posted by ChuckyLeFrek at 7/9/2005 12:43:04 PM
Hi there I am creating a drawing app and use the following code createEmptyMovieClip("Line",1); Line.lineStyle(1,0x000000,100); onMouseDown = function () { Line.moveTo(_xmouse, _ymouse); onMouseMove = function () {Line.lineTo(_xmouse, _ymouse);} } onMouseUp=function() ...more >>

javascript
Posted by phonemymum at 7/9/2005 12:32:36 PM
I have a javascript function to open a resized html page that works fine in with a movie residing on one webserver but not on another - is this something to do with the webserver that needs addressing - the simple get url command works but not javascript - any ideas folks? ...more >>

Flash Scheduler
Posted by Phil Karslake at 7/9/2005 12:16:42 PM
I have a number of swf, jpg files with varying lengths and wish to create a simple schedule that will show certain files on Monday, different ones on Tuesday etc. I would like to be able to add a time length. Is this possible and how can it be done? ...more >>

Undo functionality in drawing app
Posted by ChuckyLeFrek at 7/9/2005 8:11:13 AM
Hi there I am making a basic drawing app using the following code. createEmptyMovieClip("Line",1); Line.lineStyle(5,0xFF0000,100); onMouseDown = function () { Line.moveTo(_xmouse, _ymouse); onMouseMove = function () { Line.lineTo(_xmouse, _ymouse);} } ...more >>



HELP!
Posted by KiotenMan at 7/9/2005 6:49:58 AM
Hiya. I'm new to this, so don't laugh if I made a dumb mistake. This is what I'm using: skip_intro.onRelease = function(){ getURL("http://www.buddyprofile.com/viewprofile.php?username=Onslaught8810&u=%n "); }; where "skip_intro" is the name of the button. Can anybody help me ...more >>

Preloader won't kick in next scene
Posted by oj at 7/9/2005 6:24:04 AM
Hey, I've tried some other tips I've found, but they aren't working. I have a preloader, on frame one, that goes to frame 2 when done. I know that works, because the trace on frame 2 kicks on. I had a nextScene(); in frame 2. That wasn't working. Read the posts here, and tried assignin...more >>

beginner's question, ask for help
Posted by naumomo at 7/9/2005 1:22:07 AM
I am a new flasher. I have a simple question and hope someone can help. I start with a blank flash document and put a few keyframes in a layer. Then I put "stop();" in the first frame and test the movie. Of course, the movie stops in the first frame, however, I am surprised that the movie ...more >>

setInterval Problem
Posted by cowperson at 7/9/2005 12:22:52 AM
Hi, im am tring to get flash to contact php every 3000 ms, but when i try it it contacts it as fast as it can, and my host doesn't like that. I once got my ip banned from my own site and I had to contact my host to get it unbanned. Well here is my code: function read_from_php() { loadVar...more >>

setInterval Problem
Posted by cowperson at 7/9/2005 12:22:32 AM
Hi, im am tring to get flash to contact php every 3000 ms, but when i try it it contacts it as fast as it can, and my host doesn't like that. I once got my ip banned from my own site and I had to contact my host to get it unbanned. Well here is my code: function read_from_php() { loadVar...more >>

Flashvars can not word in Firefox? thank.
Posted by Digtialboy, Ñ÷Ñ÷ at 7/9/2005 12:00:00 AM
Flashvars can not word in Firefox? thank. -- ========================== ÎÒµÄÍøÕ¾ www.showhaha.com£¬»¶Ó­·ÃÎÊ£¡ ...more >>

Looping dynamic movieclip target
Posted by DrewDigital3 at 7/9/2005 12:00:00 AM
Does anyone know how to access a dynamic movieclip's target variable? I'm having trouble accessing a taget movie clip from another dynamically generated movie clip. ...go easy on me, I'm a Actionscript newbie.... Please see [iconpath.gotoAndPlay(2);] below.... ****************start ...more >>

Fade script image gallery can only handle 10 pictures?!
Posted by Manare at 7/9/2005 12:00:00 AM
Hi! I'm doing my daily homework at Flashkit, in order to see how other people do certain things. This helps me a lot by seeing different ideas and code structures. It was just the other day when I downloaded the "Fade script image gallery" by Ben Durman, when I stepped into an unsusual? be...more >>

Help with buttons requested
Posted by The Lone Ranger at 7/9/2005 12:00:00 AM
This code is on a separate action layer: blog.onRelease = function(){ getURL("http://www.formsonline.com/blog/","_blank"); } spam.onRelease = function(){ getURL("http://www.formsonline.com/spam/","_blank"); } On another layer (layer 2) I placed two instances of a button. I named these ...more >>

XML Help
Posted by magera at 7/9/2005 12:00:00 AM
Is there any way to send input text to an xml file for a standalone address book project or does the post method limit the standalone capabilities?...more >>

Event handler inside a class definition
Posted by Sue L. at 7/9/2005 12:00:00 AM
Hi, I am trying to define an event handler in a class, but am having syntax problems and it is not working. Actually I am trying to make an error class that displays a window with the message property as it's text, and a OK button. I would like the window to close when I click the OK but...more >>

Spinning globe with links
Posted by Brian555 at 7/9/2005 12:00:00 AM
Hi all, Well, I have a "rush" quote to give a customer. (about 48 hours). I have a few weeks to turn around the project but need to know if this is do-able. I have used Flash in the past but not as much as I'd like. I am very familiar with the basics etc. but too much with action script....more >>

masking text created with createtextfield
Posted by Charmaine99 at 7/9/2005 12:00:00 AM
Hello, I am having trouble getting a mask of any kind (using set Mask, for mcs on the timeline and have tried linked from library and attached with as) to work on textfields created with createtextfield that are used to display text from an xml file. Just wanted to know quickly if it ...more >>


DevelopmentNow Blog