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 > february 2004 > threads for sunday february 15

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

Rotating a mc to point at another mc
Posted by Canbrit1000 at 2/15/2004 11:01:51 PM
I thought I had this one right but it does not work I want the direction of the arrows to be in relation to each other as one is dragged around I used this code on the moveable arrow and put a text box on stage to check that the variable '.root.direction' is working onClipEvent (enterFra...more >>

defining browser window parameters
Posted by redfox123 at 2/15/2004 10:58:17 PM
Hi and thanks in advanc I want a new flash movie to open up in a browser window, but want the browser window to match the size of my movie and hold no menu option at the top, what code do i need for this, do i place it in the fla as or in the html page Thank Tani ...more >>

LoadVars problem
Posted by IAMPsycho at 2/15/2004 10:23:00 PM
Okay I'm using the LoadVars (object) to open a text file. Here is my AS [hr var input= new LoadVars() input.onLoad = function (success){ trace("Load Succeeded? " + success) if (success for (var p in this if (p != "onLoad" trace ("var " + p + " loadeded with ...more >>

Declaring a Variable
Posted by CSEd2 at 2/15/2004 7:49:43 PM
When I "test movie" a long Flash movie whose first three lines are //--- Number of Questions-- var my_totalquestions:Number = 20 trace(my_totalquestions) The output window displays "undefined". But, If I copy these lines and paste them into a new .fla file and do "test movie" the ...more >>

Newbie horizontal rows.
Posted by Paul Anthony at 2/15/2004 7:14:01 PM
Hi everyone Im a bit of nube when it comes to actionscripting..but I know the concepts pretty well. What I wish to achieve is a system that fades in photos contained inside an xml file. I think Id prob be ok parsing xml - I just cant get the duplicate movie clips to work. I want rows and columns ...more >>

ActionScript 2.0 Class Browser?
Posted by neoentis at 2/15/2004 6:37:32 PM
Does anyone know of a "Classs Browser" for ActionScript 2.0. Now that ActionScript has utilized the type of Class and Interface definitions of Java and other higher level OOP languages, it needs a Class Browser (like they all have) that allows you to utilize and understand the relationships b...more >>

ifFramesLoaded variables with buttons
Posted by cybereaper at 2/15/2004 5:46:44 PM
I want to use a button to accomplish this basic function on(release) if mymovieclip= is currently on frame 1 do nothin else if mymovieclip = is currently on frame tellTarget=("mymovieclip") gotoAndPlay(2) I am not sure how to ...more >>

If statement help based on current frame
Posted by Stormpool at 2/15/2004 4:15:05 PM
I have a movieclip, within this movie clip there are various frames, each is a slight variation of the original. We have empty, full, mouseover (so far When empty the movie clip shows an image depicting an empty hol When full it has a marble in i When mouseover it shows a highlight...more >>



onClipEvent for every movie clip
Posted by FranzTheOne at 2/15/2004 4:04:57 PM
hi everyone i've instanciatet plenty movies as references out of my library. i want to add a mouse event to every one of this movies... but i don't want to add this manually... it is the same routine i want to call on this event.. first: is ist possible to assign a call back function to...more >>

From text file in flash
Posted by Milchbazi at 2/15/2004 4:00:57 PM
Hi I'm actually an beginner in Flash so I have probably a very easy question. So please descripe your answer as good as possible so everybody (even a fool like me) can understand it ;- I'm wirting on a php-scipt and want to show the status of it in realtime when it running. So I have ...more >>

set as home page
Posted by Erezb1 at 2/15/2004 3:14:34 PM
Hi guys i want to make a button that will set the current page as the home page. i did it with HTML, but can't mennage to do it in Flash. thanx Erez...more >>

onData difficulties
Posted by bitwize at 2/15/2004 11:00:54 AM
Hey all... lost a few hours of sleep on this one... for some reason my onData event isn't firing... am i totally missing the boat on this or what Here's the code _root.createEmptyMovieClip("picture", (bg.getDepth() + 1)) _root.picture.SwapDepths("bg") _root.picture.loadMovie("img1.jpg"...more >>

Abstract class
Posted by eussam at 2/15/2004 10:57:08 AM
Hello I don't see any way to create abstract classes using AS2 We can create interfaces but not abstract classes ? (a class containing method implementation or attribut but not instanciable ) Thanks ...more >>

Problem Attaching Sound to Button using Behavior
Posted by scrubjay at 2/15/2004 10:49:15 AM
I am having much trouble trying to get a sound file to play with a Button "Behavior". If someone could tell me what I am doing wrong I would appreciate it I import a short audio file (TestSound.wav into the library. I put it into a folder called "Sounds". It plays fine in the lib...more >>

Loading applications from an SWF file?
Posted by Dello at 2/15/2004 6:38:41 AM
Hi I've heard you can only load applications located in the "fscommand" folder. That sucks all flavours of ass. Is there any other way it can be done?...more >>

error - current selection cannot have actions ?
Posted by roper at 2/15/2004 5:37:40 AM
I DO NOT HAVE A NEWSREAD, PLEASE ANSWER HERE ON THE FORUM I brought bitmaps onto the stage, resized and converted them to button symbols and gave them an instance name I then put each one on its own layer and motion tweened each one to move across the stage horziantly. Now I want to add ac...more >>

PHP order form
Posted by webmagic69 at 2/15/2004 3:45:17 AM
http://www.geocities.com/nhs_angell/orderform.htm cant get this order form to work properly. it check to see that all field are full and then it goes to a page that says status: wait for confirmation. which is where it then checks the php file and sends and email to the user and my self wi...more >>

If movie clip on certain frame, then..... - How?
Posted by Dello at 2/15/2004 2:07:19 AM
Hi al Here's what I'm trying to do (baring in mind the coding is just a guess) if my_movieclip.frame = 2 the my_other_movieclip.gotoAndStop(4) Basically just telling one movieclip to go to a certain frame IF the other movieclip is on a certain frame. Can someone please help ...more >>

Streaming sound question
Posted by Geoff R at 2/15/2004 12:15:04 AM
Can anyone tell me if an imported sound clip, controlled by a soundObject, can be set to stream the audio? Thanks grob ...more >>


DevelopmentNow Blog