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

Buttons Problem...
Posted by Mikeb88_69 at 10/30/2005 11:17:52 PM
Ok here is what I would like to happoen but Im not sure how to do it: -I have 3 buttons -When you click ANY of the buttons, they all play the SAME animation that leads to a box. -Depending on which button you push will display certain text displayed in the box -Once the box is filled w...more >>

'Simple' slideshow
Posted by Tiller at 10/30/2005 11:03:28 PM
Hello all, I'm trying to learn ActionScript and have worked out a lot... but, facing a deadline, have to resort to bothering everyone on here, so apologies! I've got a site with four pages of picture thumbnails. On clicking a thumbnail, up pops a full screen picture. The pictures are num...more >>

Stop Snowing Effect - Help!
Posted by TOD-The Online Devil at 10/30/2005 11:02:56 PM
I found this actionscript code thing on another website. I put it into my flash animation... Everything is working fine, except I don't want it to run forever... I want the snow to stop at a certain point... What do I do? The following is the script I got... var swidth = 550; v...more >>

Flash 8 - Displaying Images from local hard drive
Posted by iszzzz at 10/30/2005 10:51:47 PM
This was possible in Flash Player 7, but seems to have been changed in Flash Player 8. I built an asp.net app that allows the user to select a file from the user's hard drive [.jpeg] and then pass via flashvars the URI to the flash movie for preview before uploading to the server. The applic...more >>

How do i sort XML entries by date ?
Posted by Philarmon at 10/30/2005 9:33:27 PM
Hi ! I am wondering how to sort Arrays based on the date ? I have some XML data that looks like this: <news> <date>10-27-2005</date> <title>Some title here</title> <link>http://...</link> </news> <news> <date>10-30-2005</date> <title>Some other title here</title> ...more >>

loadMovie - something odd is going on
Posted by bknowlden01 at 10/30/2005 7:39:08 PM
I have a chunk of code that is on the first frame and using a button "th1_hit" that when released, loads an image into a placeholder movie clip on the stage, I've used this several times before but can't get it to work in this application for some reaason. ny help? th1_hit.onRelease = func...more >>

placement of duplicate mc's
Posted by Tyler at 10/30/2005 1:44:38 PM
Hi group I'm duplicating an mc and placing them in rows, at the moment I have an if statement that set's them out in 2 columns running down the page, what I'm trying to achieve or understand is how to get them to duplicate in which ever way i want i.e 3 or 4 columns, also to achieve some kind o...more >>

puting dates in a text strings
Posted by ~eXe~ at 10/30/2005 1:15:38 PM
hi I am making a text rpg and i wana display the date like this The date is Min>hour>day>month>year so or example gametxt.text = "hi, the dare right now it " + Min +":"+ hour ..... and so on.. how do i do this :D? ...more >>



Movie Clip Control Help
Posted by Shwaza at 10/30/2005 1:11:37 PM
Hi, I have a move clip called "Volume_Button". The clip has 10 frames, and what I want to do, is when a button is pushed, for the Volume_Button movie clip to go to frame 10 and stop. Heres what I have: Code: on (release){ with (Volume_Button){ gotoAndStop(5); } } And it doesn't see...more >>

XML.onLoad and dispatchEvent
Posted by Anders B at 10/30/2005 12:27:35 PM
I try to make a class there I import an XML file with configuration data. After this import I will use the class form an flash animation. My problem is this. The xml-file is not loaded before the master script call a new method from the class. The obvious solution is to use an eventlistener an...more >>

Popup & flash
Posted by PredatorMaster at 10/30/2005 8:54:25 AM
I would like to know, how to create a popup in flash?...more >>

randomly changing bg image
Posted by dirkness at 10/30/2005 8:32:43 AM
Hi I'd like to make a randomly changing background image for my flash site. The idea would be that the background image changes every 30 seconds. The images would probably be individual swf movies that load into a movie holder on the main timeline Any ideas on the best way to achie...more >>

how to convert a movieClip object toString
Posted by smylie69 at 10/30/2005 6:44:35 AM
Hey there groovers :O) just a quicky i'm sure someone can answer. When i trace( this ); it returns - '_level0.subnav_mc.sub_people.sub_btn_0' When i trace( typeof ( this ) ); it returns - 'movieclip' the thing is; if( this == "_level0.subnav_mc.sub_people.sub_btn_0"); retur...more >>

Loading random pic to display
Posted by alanwallace4 at 10/30/2005 12:46:07 AM
Hello, Im building a site for my sisters reptile shop. On each page im loading a picture which displays at the top of the page. just below this i have 5 thumbnails which, when released, load a different picture into the space. What i would like to do is have a random picture (anyone of the...more >>

Move an object along a path
Posted by Halkida at 10/30/2005 12:00:00 AM
Hey all, I have this problem moving an object along a specific path. It is easy to move by using coordinates but I really want to follow a path. The path is not a curve but a line with vertical and horizontal directions. The direction can be (left, right, up, down): mc._x += speed; or ...more >>

help with classes
Posted by codescodescodes at 10/30/2005 12:00:00 AM
I'm working on an application that has a tv and a remote control. There is nothing on the stage. Everythin will be rendered during runtime. The remote is going to have a couple of buttons that would turn the tv on or off and change the channels. i created a class for the remote. In the cl...more >>

Finding a point on the grid by rotation of an object
Posted by shimon_leutszinger at 10/30/2005 12:00:00 AM
alright. i have a somewhat strange question. the best way i could think of to describe it is a clock. the hand is 13 pixels long. the center of the clock is at 13 x and 13 y. at the twelve o'clock position ( | ) the tip of the hand is at 13 x and 0 y. at three o'clock --- the tip will be at 26...more >>

&amp; conflicts with variable delimiter (&) in external text file
Posted by theloniuser at 10/30/2005 12:00:00 AM
I am using an external text file to populate text fields at runtime. I am using the '&' delimiter to denote new variables. However, I need to diplay an ampersand in the text that is displayed and also a '+' sign. I don't know the correct escape character to allow me to do this, or if there eve...more >>

load sound from button
Posted by mum4 at 10/30/2005 12:00:00 AM
I have made an ebook which has its main voiceover audio file in the timeline. Each "page" is on a separate scene, with a STOP/PLAY button visible on each one. The words (buttons) to be attached to the sounds are word definitions located throughout the text of the ebook. There will be ...more >>

HTML and Flash
Posted by Diego619 at 10/30/2005 12:00:00 AM
How do I go about creating a flash version and html version of a website up for people to view? You know if someone didn't have flash player on their computer and didn't want to load it, but wanted to view the site. ...more >>

embarrasing XML ignorance
Posted by Gerrard at 10/30/2005 12:00:00 AM
I have an XML file: <a1> <name>name1</name> <info>blablabla</info> <number>01</number> <img_url>some_image.jpg</img_url> </a1> I need to strip the tags and put the XML info into an array. The closest thing I get is an array containing the info and the tags, witch is not what I ...more >>


DevelopmentNow Blog