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 2006 > threads for sunday february 5

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

Tween Class - animation from centerpoint
Posted by highlander_1 at 2/5/2006 10:42:40 PM
Hello again - sweden calling Why does this animation not scale the button from its centerpoint? Now its scaling from the upper left corner. http://www.goodwill.se/forum/tweenButton.fla I really appreciate all the answers I can get. :) ...more >>


Paths - LIttle Red Riding Hood is Wondering off the Path-PLEASE HELP
Posted by bigtimenobody89 at 2/5/2006 9:35:19 PM
:confused; Hello Everyone, I am making a site using flash, and am stumped. Have been for the past day. Hours have been spent trying to figure out what I am doing wrong. Here is what I've done: a) I have a main movie. On the top is the header/navbar. On the bottom is the footer....more >>

load into a movieclip within a movieclip
Posted by krustafarian at 2/5/2006 6:45:09 PM
i want to load a jpeg into a movieclip contained within another movieclip. can anyone ammend the code: loadMovie("bg1.jpg", mc_1); the movieclip within 'mc_1' is called 'mc_2' thanks....more >>

createTextField problem2
Posted by wision at 2/5/2006 6:19:06 PM
I have two little problems: I cannot define the text in the Textfield (I don't want it define in 'with (this)' part ) With this script is nothing displayed. I cannot define the style of the displayed text . Thank you for the answers WISION y = 10; t = "text text text"; var style1:TextF...more >>

createTextField problem
Posted by wision at 2/5/2006 4:05:15 PM
Why don't working the next actionscript? Without define the variable 'textbox' the textfield is working, but after define the variable 'textbox' is nothing displayed. With the variable all is OK (see the 'trace' command). Why? Where is the problem? Thank you for the answers WISION. The s...more >>

Car Game Help
Posted by robo18 at 2/5/2006 3:22:41 PM
Hello ppl im in a bit of a mess with this car game im making. Now the car game is summet like the one at mousebreaker.com this one http://www.mousebreaker.com/games/parking2/play.php . now the thing is that iv got the car and the wheels but how do i get the driving and car movement just lik...more >>

Duplicate Movieclip
Posted by harishnarayananus at 2/5/2006 2:05:42 PM
How can i make an arc using duplicate movieclip? eg. Firstly I made a dot, converted that dot into movie clip, Now I want to make an arc from the dot ,using duplicate movieclip is ther any idea please tell. ...more >>

variables not working?
Posted by Brian at 2/5/2006 11:43:58 AM
I have images that go up in numbers. I want to fade them in and out, in order, going up. So as I fad out image_01, image_02 fades in, and so forth, until I read the highest image, where I fade out the last and fade in image_01 again. I wrote the following, which seems to work as the number g...more >>



quick problem...
Posted by zicemaster at 2/5/2006 2:08:35 AM
Just can't get this to work... I can't find the problem, some simple mistake in my coding. It's giving me a headache! for (i=0; i<5; i++) { var hitGround = _root.ground0.hitTest("wheel" + [i]._x+_parent._x, "wheel" +[i]._y+_parent._y+7, true); if (hitGround == true) { wheel[...more >>

Help With Slideshow Fade-in / Fade-out
Posted by ShoNuff111 at 2/5/2006 1:59:04 AM
I have a movie that randomly loads images into a blank movieclip every 10 seconds. It works fine, but I want to alter the actionscript so it will fade-in an image, wait 10 seconds, fade-out the image, and then repeat this process over. I'm not very good at actionscript, so if you could, please...more >>

error report in Flash 8
Posted by joonstar at 2/5/2006 1:54:28 AM
appear within on handler getURL(index.cfm,_self); Total ActionScript Errors: 1 Reported Errors: 1 I met the error report like the above. How can I fix it? ...more >>

Problem linking url to button
Posted by ozzybear at 2/5/2006 12:30:06 AM
Hi I have a map that I wish to add buttons at different locations and have each of those buttons linked to a web page about the location. I am using flash 8, I have tried adding the global function-browser/network- 'get url' actionscript but get an error message. Can someone please tel...more >>

Find text on web page
Posted by DJ Sick Nick at 2/5/2006 12:00:00 AM
Well, im trying to do something very important to this game that i'm making. In this input text box you type your name. Say it's: Nick. When i press a button it goes to the second frame and checks a webpage for the word: Nick in it. if it finds it, the movie plays to the menu, and if it doesn'...more >>

getURL with the same browser
Posted by joonstar at 2/5/2006 12:00:00 AM
on(press){ getURL('index.cfm',_self); } A button has the action above. If a user clicks the button, It will move to index.cfm. I like to make it move to index.cfm with the same browser, but the code above pops a new browser with index.cfm. How can I make it move to index.cfm w...more >>

fading images with loading
Posted by frankzappa78 at 2/5/2006 12:00:00 AM
hi all, i'm posting this topic here maybe is the right section. I need to know how to make a slideshow that loads the images one by one making an alpha transition in beetween. The inspiration is http://www.michelhenau.com/ can somebody suggest a tutorial or a source file? thanks a lo...more >>

load bar not working
Posted by swim4it at 2/5/2006 12:00:00 AM
I'm trying to figure out why the load/progress bar doesn't work at all. The video is playing fine, so I know it's just a problem with the actionscript and the progress bar. Can someone take a look? The flash file is located here: http://www.midnight007.com/flash/alburta2.fla Here i...more >>


DevelopmentNow Blog