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


all groups > flash actionscript > may 2004 > threads for saturday may 1

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

comboBox not remembering its state.
Posted by andles at 5/1/2004 11:37:31 PM
This is really weird. My comboBox is drawn from scatch with each click of a 'next' button. The first time it appears it has the currently selected item as it was set - in my case, the label "Naviagtor". Yet on the next screen my top selection drops down to second leaving a blank space at the top ...more >>

components seem to be lagging behind and causing a flicker effect.
Posted by andles at 5/1/2004 11:27:47 PM
I have a movie clip which has textfields attached to it and a few mx2004 components (button and checkbox), I attach this at runtime with using Actionscript - the text fields displays instantly, however the components do not kick in untill up to a second later. This problem is intensified as the...more >>

animation problem
Posted by Vincent is Schattig at 5/1/2004 10:42:48 PM
I want to make an arm (upper- and lowerarm). If the upperarm moves, the lower arm must move with it. If the lower arm rotates, the turning point must be on the point it is atached to the upperarm. Just like a real person only then in Flash, so the different bodyparts must be connected in some ...more >>

animation problem
Posted by Vincent is Schattig at 5/1/2004 10:42:45 PM
I want to make an arm (upper- and lowerarm). If the upperarm moves, the lower arm must move with it. If the lower arm rotates, the turning point must be on the point it is atached to the upperarm. Just like a real person only then in Flash, so the different bodyparts must be connected in some ...more >>

search engine such as Google
Posted by hritikny at 5/1/2004 10:15:24 PM
Hi everybody: Just looking for the steps by steps tute how to incorporate a search engine like Google into my website. Thanks. H...more >>

External swf - problem with _root.gotoAndStop
Posted by areacode514 at 5/1/2004 8:03:51 PM
Greetings, I seem to be having a problem with making a button in an external swf perform an action on the main timeline. - There are two files: ?MainTimeline.swf? and ?External.swf?. - In MainTimeline.swf, I have labeled the first frame ?labelBegin?, and the second frame ?labelEnd?. ...more >>

Need help please
Posted by wian? at 5/1/2004 7:34:24 PM
Hello, I'm trying to get a bunch of scenes to play in a random order and can't get my head around what to do to make this work. Any and all guidance is appreciated. Thank you in advance. -T...more >>

custom made mp3 player sound.position
Posted by Shan-Dysigns at 5/1/2004 7:19:59 PM
I made a custom mp3 player (contains name of songs, a status bar showing how it's streaming, and a slider bar that follows the sound.position of the song, and a few other buttons). When you chose any of the songs to play, the first one will play fine meaning the slider bar will follow the soun...more >>



learning interactions scripting help please
Posted by taugurl at 5/1/2004 7:08:37 PM
I'm using the learning interactions in Flash Pro for a short quiz, and I need the user to be sent to page A if they missed a question and need review, or on to the next lesson if they got the answers correct. Any ideas on how I can do this? Seems it should be an (if result=<100 then...)...more >>

debugger help
Posted by concatmedia at 5/1/2004 6:30:26 PM
Has anyone come across a good bebugger tutorial? Does anyone use it? I normally use my output window and trace statments, but I have a movie that doesn't work after I upload it, so I need to debug from a remote location. It seems rather crappy way to deal with interactive bits, the debugger wi...more >>

freeboot
Posted by Steve_Fredrickson at 5/1/2004 6:16:30 PM
what is free!boot / www.freeboot.co.uk? Ive heard a little about it, i thought some one here may know something about it or be able to figure it out. Some guys i was talking to said it was going to be big but i don't know much about it .... can anyone help me? please email me @ Steve_Fredr...more >>

button script
Posted by kevian at 5/1/2004 4:45:47 PM
I have a button which is embedded three levels into a movieclip. The rollover action of the button works but the actionscript to go and play the next frame does not. I know that if i take the button out of the movie clip and put it on the main time line them it will work but I was wondering if...more >>

Deactivate Flashplayer shortcuts?!
Posted by X - Tender at 5/1/2004 3:46:58 PM
Hi, is it possible to deactivate the Flashplayershoftcuts like "CTRL - Left" or "CTRL - Right" ?! Thanx ...more >>

Associate class withemptymovieclip durin runtime
Posted by herowekker at 5/1/2004 2:22:09 PM
[b]Problem:[/b] I want to associate a class with an emptymovieclip i create during runtime > Something like this: var custom:myClass= new myClass(); custom = this.createEmptyMovieClip("blank"+numberOfImages, numberOfImages); image_ar[numberOfImages] = custom.createEmptyMovieClip("hol...more >>

variable in script
Posted by Roy at 5/1/2004 2:01:06 PM
Hi group I'm wondering if anyone can give me some advice on some of this code. It works well, but the only problem I'm having is understanding part of it onClipEvent (load) { draggroup = 0;// no group being dragged function setGroup (group) { // this changes the variable draggroup drag...more >>

variable in script
Posted by Roy at 5/1/2004 1:59:08 PM
Hi group I'm wondering if anyone can give me some advice on some of this code. It works well, but the only problem I'm having is understanding part of it onClipEvent (load) { draggroup = 0;// no group being dragged function setGroup (group) { // this changes the variable draggroup drag...more >>

Simple gotoAndPlay/frame looping question
Posted by rwelti NO[at]SPAM yahoo.com at 5/1/2004 9:36:40 AM
Hi. I am just getting started in Flash, please excuse me if this question is too simple or should be obvious... (!) I have a simple flash page that uses sliders to control a few text fields' values. Very simple but a start. The sliders are updated by "onClipEvent(enterFrame)". Now I want...more >>

PRELOADER
Posted by MFA at 5/1/2004 8:20:31 AM
hi...is it possible please to explain how to create a preloader that streams whilst the main content downloads? thanks martyn...more >>

PRELOADER
Posted by MFA at 5/1/2004 7:21:56 AM
hi...could you advise me please how to build a preloader that plays as the site downloads...thanks martyn...more >>


DevelopmentNow Blog