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

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

List Component frustration - please help
Posted by Schiavoni at 9/11/2005 10:23:56 PM
Ok, getting a little frustrated wit the LIST component. I have a list component (my_list). I can easily populate the list (data/label) dynamically. Then, I attached this code to the list component: on (release) { getSelectedItem1 = this.getItemAt(this.selectedIndex).label; getSe...more >>


how do i make movie clip be created twice when i click?
Posted by mattyspatty at 9/11/2005 9:42:59 PM
i have a movie clip of an object moving horizontally and when it get to X it goes back to the start. how can i make it so when i click it it will create the clip twice at the start? i can do all the positioning and stuff im not sure how to make multiple instances of it though. ...more >>

actionscript in hyperlink in textarea
Posted by Last Actionscript at 9/11/2005 9:37:58 PM
Hi all, Ok, I can load text into a textarea from xml.. the textarea uses a stylesheet and everything looks cool and works perfect. I use regular <a href="....">link</a> links, and that works great. But now, I want to be able to communicatie within my flash movie with those hyperlinks. ...more >>

gotoAndPlay() Problems
Posted by magyarkid92 at 9/11/2005 9:37:24 PM
Ugh.... I'm making a menu-driven game. Some of you may have heard of Field Command(s) 1 and 2. This is sort of like that. Anyway, near the begining, there is a basic menu. A and B. The entire B option works fine, but A, which will jump to a cutscene that loses the game, has the following code:...more >>

asfunctions
Posted by icarusdown at 9/11/2005 9:35:57 PM
Sometimes I just can't realize my ideas with flash... :-( I am loading html formatted data in the dynamic text field using load vars. In this html data i put some hyperlinks with asfunctions. HTML LINK: <a href ="asfunction:myFunction">link<a> CODE: function myFunction():void{...more >>

Loaders
Posted by xertzux at 9/11/2005 9:15:25 PM
I know how to make preloaders within flash to load content in flash, but I was wondering if there was a way to make a loader in flash communicate externally with a php script. In more detail, I have a contact form in flash that communicates with a PHP script. When I click on submit, I have...more >>

Create Sequential Objects
Posted by frosto at 9/11/2005 9:12:54 PM
I've got a button then when pressed, will hopefully a new sharedObject () every time it is pressed. ie..... mySO1 = SharedObject.getLocal("whatever"); then... mySO2 = SharedObject.getLocal("whatever"); then... mySO3 = SharedObject.getLocal("whatever"); I'm sure this probably appli...more >>

disable ESC key in fullscreen mode
Posted by m_aminkarimi at 9/11/2005 9:05:35 PM
Hi everybody, I published a exe project with Flash 2004 Pro. & my project open by default in fullscreen mode. but if user press ESC key, the fullscreen mode change to a normal mode. Is it possible that I can disable this? Thanks a lot. ...more >>



MovieClip as Button problem
Posted by jsmgvs at 9/11/2005 8:56:51 PM
I have been trying to make a movieclip act as a button. Attached is some simplified code -- just to make the text background toggle on/off and to change the text onRelease. Doesn't work. The actual functionality I need is much more complex but if I can get this working, I can probably figure o...more >>

Flash mx 2004 asfunction limitations
Posted by richundundee at 9/11/2005 8:16:44 PM
Hi to everyone, I am having some problems using asfunction and would greatly appreciate any help anyone could provide. How can I get asfunction to execute an actionscript 2.0 class method. Also: I am calling asfunction from a class method and getting it to call a function on the ro...more >>

Input and submit comment box
Posted by captainm03 at 9/11/2005 6:44:06 PM
I am having a problem getting flash to emulate this HTML comment box /submit button code. The comment box needs to have the exact same parameters as the html attached does, such as the input variables. Please can anyone help? Incase you are wondering it pretty much needs to be in this exact fo...more >>

loading from .txt file
Posted by Ali_D_UK_2004 at 9/11/2005 11:02:10 AM
I have created a movieclip in flash and on first sceane i load the text documnet that shows, cat_no=4 thats all i know it loads the .txt file ok because the other varibles i have in the .txt file do waht its ment to. i also have a script on scene 2 saying this. if (folder_no="4") { fold...more >>

Get URL Action Error
Posted by Damacman707 at 9/11/2005 6:27:21 AM
When I want to make a link, I follow all the steps. I make the group of text an object (button), then I go into Actions and select geturl. Then I type in my url in the parenthesis. I save it then prior to exporting it says I have an error in that code somewhere. What am I doing wrong? ...more >>

How cant i target other scene from inside a movie clip?
Posted by icy summer at 9/11/2005 1:09:39 AM
I created a movieclip, then i attached a "goto" script action which targeted to scene A.. but it didnt work. Does anyone knows why? Thank you. Note: the way i did it was: make an object as a button, then on mouserelease goto scene A. when i tested the movie, it didnt move to play the ...more >>

changing alpha affecting tween?
Posted by Coldwynn at 9/11/2005 12:40:25 AM
I have a really simple tween (a ball moving in a circular guided path) that is looped by using a gotoAndPlay("keyFrameLable"). Within these frames I have another mc (an arrow pointing to the ball) that I keep hidden by using mc.arrow._alpha = 0. At a later time, I invoke mc.arrow._alpha = 100 ...more >>

running swf form CD
Posted by batgirl_Sa at 9/11/2005 12:00:00 AM
i am developing an educational CD rom in flash... does anyone know how i can get my SWF to be launched as soon as the cd is entered in the computer??? thanks...more >>

Slide and resize
Posted by Tony Heagren at 9/11/2005 12:00:00 AM
Hi all... For a long time I've been using this: -- - - - - - - - - - - - - - onClipEvent (load) { POZ = new Array("0", "200", "600", "750", "-3200", "-4000", "-4800"); } onClipEvent (enterFrame) { r += (rot-r)/6; rectan._x = r; } with a button action (in...more >>

Help loading MC
Posted by ASOEver at 9/11/2005 12:00:00 AM
Ok, probably silly, but... I know how to load an external swf into a empty MC, but how do I load a MC from my library into another MC or level?...more >>

Preloading doesn't work as it should
Posted by Luka at 9/11/2005 12:00:00 AM
I've created a movie with a preloader like i did 1000 and more times before this one, and for some reason the preloader which is in first frame of the movie doesn't show until some of the 50% of the movie is loaded. I've posted the file on net and before that 50% is loaded on right click is "movi...more >>

loop sound
Posted by yker30 at 9/11/2005 12:00:00 AM
Hello I have this code in Actions: bass = new Sound(); bass.attachSound("bass"); bass.start(); and it plays that library sound well until finish but I want that it loops endless (in an specific stage) and I can?t grasp the correct function. I have looked at this code from the forum...more >>

load library bitmap or movieclip
Posted by 123lionel at 9/11/2005 12:00:00 AM
hi, how to use loadMovie to load a library bitmap? thanks....more >>

delay not working
Posted by mattyspatty at 9/11/2005 12:00:00 AM
ok heres my code onClipEvent (load) { var rdy = true; } onClipEvent (mouseDown) { if (rdy == true) { _root.gun.play(); var rdy = false; AWait = setInterval(mydelay(), 1000); function mydelay() { var rdy = true; clearInterval (AWait); } } } im not sure if it is...more >>

stop function at the end of a frame
Posted by meL~a at 9/11/2005 12:00:00 AM
hi i have an animation that I have produced using flash mx pro..it works but, whenever i trial it it comes up with this message: **Error** Symbol=menora design, layer=Layer 1, frame=20:Line 1: Statement must appear within on/onClipEvent handler Stop(); **Error** Symbol=info, l...more >>


DevelopmentNow Blog